Uses of Interface
org.bukkit.entity.LivingEntity
-
Packages that use LivingEntity Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.org.bukkit.block Classes used to manipulate the voxels in aworld, including special states.org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc.org.bukkit.event.block org.bukkit.event.entity org.bukkit.event.vehicle Eventsrelating tovehicular entities.org.bukkit.potion Classes to represent variouspotionproperties and manipulation.org.bukkit.util Multi and single purpose classes to facilitate various programmatic concepts. -
-
Uses of LivingEntity in org.bukkit
Methods in org.bukkit that return types with arguments of type LivingEntity Modifier and Type Method Description @NotNull List<LivingEntity>World. getLivingEntities()Get a list of all living entities in this World -
Uses of LivingEntity in org.bukkit.block
Methods in org.bukkit.block that return types with arguments of type LivingEntity Modifier and Type Method Description @NotNull Collection<LivingEntity>Beacon. getEntitiesInRange()Returns the list of players within the beacon's range of effect.Methods in org.bukkit.block with parameters of type LivingEntity Modifier and Type Method Description voidStructure. setAuthor(@NotNull LivingEntity livingEntity)Set the name of whoever created this structure using aLivingEntity. -
Uses of LivingEntity in org.bukkit.entity
Subinterfaces of LivingEntity in org.bukkit.entity Modifier and Type Interface Description interfaceAbstractHorseRepresents a Horse-like creature.interfaceAbstractVillagerRepresents a villager NPCinterfaceAgeableRepresents an entity that can age and breed.interfaceAmbientRepresents an ambient mobinterfaceAnimalsRepresents an Animal.interfaceArmorStandinterfaceBatRepresents a BatinterfaceBeeRepresents a Bee.interfaceBlazeRepresents a Blaze monsterinterfaceCatMeow.interfaceCaveSpiderRepresents a Spider.interfaceChestedHorseRepresents Horse-like creatures which can carry an inventory.interfaceChickenRepresents a Chicken.interfaceCodRepresents a cod fish.interfaceComplexLivingEntityRepresents a complex living entity - one that is made up of various smaller partsinterfaceCowRepresents a Cow.interfaceCreatureRepresents a Creature.interfaceCreeperRepresents a CreeperinterfaceDolphininterfaceDonkeyRepresents a Donkey - variant ofChestedHorse.interfaceDrownedDrowned zombie.interfaceElderGuardianRepresents an ElderGuardian - variant ofGuardian.interfaceEnderDragonRepresents an Ender DragoninterfaceEndermanRepresents an Enderman.interfaceEndermiteinterfaceEvokerRepresents an Evoker "Illager".interfaceFishRepresents a fish entity.interfaceFlyingRepresents a Flying Entity.interfaceFoxWhat does the fox say?interfaceGhastRepresents a Ghast.interfaceGiantRepresents a Giant.interfaceGolemA mechanical creature that may harm enemies.interfaceGuardianinterfaceHorseRepresents a Horse.interfaceHumanEntityRepresents a human entity, such as an NPC or a playerinterfaceHuskRepresents a Husk - variant ofZombie.interfaceIllagerRepresents a type of "Illager".interfaceIllusionerRepresents an Illusioner "Illager".interfaceIronGolemAn iron Golem that protects Villages.interfaceLlamaRepresents a Llama.interfaceMagmaCubeRepresents a MagmaCube.interfaceMobRepresents a Mob.interfaceMonsterRepresents a Monster.interfaceMuleRepresents a Mule - variant ofChestedHorse.interfaceMushroomCowRepresents a mushroomCowinterfaceNPCRepresents a non-player characterinterfaceOcelotA wild tameable catinterfacePandaPanda entity.interfaceParrotRepresents a Parrot.interfacePhantomRepresents a phantom.interfacePigRepresents a Pig.interfacePigZombieRepresents a Pig Zombie.interfacePillagerIllager entity.interfacePlayerRepresents a player, connected or notinterfacePolarBearRepresents a polar bear.interfacePufferFishRepresents a puffer fish.interfaceRabbitinterfaceRaiderinterfaceRavagerIllager beast.interfaceSalmonRepresents a salmon fish.interfaceSheepRepresents a Sheep.interfaceShulkerinterfaceSilverfishRepresents a Silverfish.interfaceSkeletonRepresents a Skeleton.interfaceSkeletonHorseRepresents a SkeletonHorse - variant ofAbstractHorse.interfaceSlimeRepresents a Slime.interfaceSnowmanRepresents a snowman entityinterfaceSpellcasterRepresents a spell casting "Illager".interfaceSpiderRepresents a Spider.interfaceSquidRepresents a Squid.interfaceStrayRepresents a Stray - variant ofSkeleton.interfaceTameableinterfaceTraderLlamaRepresents a trader Llama.interfaceTropicalFishTropical fish.interfaceTurtleRepresents a turtle.interfaceVexRepresents a Vex.interfaceVillagerRepresents a villager NPCinterfaceVindicatorRepresents a Vindicator.interfaceWanderingTraderRepresents a wandering trader NPCinterfaceWaterMobRepresents a Water MobinterfaceWitchRepresents a WitchinterfaceWitherRepresents a Wither bossinterfaceWitherSkeletonRepresents a WitherSkeleton - variant ofSkeleton.interfaceWolfRepresents a WolfinterfaceZombieRepresents a Zombie.interfaceZombieHorseRepresents a ZombieHorse - variant ofAbstractHorse.interfaceZombieVillagerMethods in org.bukkit.entity that return LivingEntity Modifier and Type Method Description @Nullable LivingEntityEvokerFangs. getOwner()Gets theLivingEntitywhich summoned the fangs.@Nullable LivingEntityMob. getTarget()Gets the current target of this MobMethods in org.bukkit.entity with parameters of type LivingEntity Modifier and Type Method Description voidEvokerFangs. setOwner(@Nullable LivingEntity owner)Sets theLivingEntitywhich summoned the fangs.voidMob. setTarget(@Nullable LivingEntity target)Instructs this Mob to set the specified LivingEntity as its target. -
Uses of LivingEntity in org.bukkit.event.block
Methods in org.bukkit.event.block that return LivingEntity Modifier and Type Method Description @NotNull LivingEntityBlockDispenseArmorEvent. getTargetEntity()Get the living entity on which the armor was dispensed.Constructors in org.bukkit.event.block with parameters of type LivingEntity Constructor Description BlockDispenseArmorEvent(@NotNull Block block, @NotNull ItemStack dispensed, @NotNull LivingEntity target) -
Uses of LivingEntity in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return LivingEntity Modifier and Type Method Description @Nullable LivingEntityEntityBreedEvent. getBreeder()Gets the Entity responsible for breeding.@NotNull LivingEntityCreatureSpawnEvent. getEntity()@NotNull LivingEntityEntityBreakDoorEvent. getEntity()@NotNull LivingEntityEntityBreedEvent. getEntity()@NotNull LivingEntityEntityCreatePortalEvent. getEntity()Deprecated.@NotNull LivingEntityEntityDeathEvent. getEntity()@NotNull LivingEntityEntityPickupItemEvent. getEntity()@NotNull LivingEntityEntityResurrectEvent. getEntity()@NotNull LivingEntityEntityShootBowEvent. getEntity()@NotNull LivingEntityEntityTameEvent. getEntity()@NotNull LivingEntityEntityBreedEvent. getFather()Gets the other parent of the newly born entity.@NotNull LivingEntityEntityBreedEvent. getMother()Gets the parent creating this entity.@Nullable LivingEntityEntityTargetLivingEntityEvent. getTarget()Methods in org.bukkit.event.entity that return types with arguments of type LivingEntity Modifier and Type Method Description @NotNull List<LivingEntity>AreaEffectCloudApplyEvent. getAffectedEntities()Retrieves a mutable list of the effected entities@NotNull Collection<LivingEntity>PotionSplashEvent. getAffectedEntities()Retrieves a list of all effected entitiesMethods in org.bukkit.event.entity with parameters of type LivingEntity Modifier and Type Method Description doublePotionSplashEvent. getIntensity(@NotNull LivingEntity entity)Gets the intensity of the potion's effects for given entity; This depends on the distance to the impact centervoidPotionSplashEvent. setIntensity(@NotNull LivingEntity entity, double intensity)Overwrites the intensity for a given entityConstructors in org.bukkit.event.entity with parameters of type LivingEntity Constructor Description CreatureSpawnEvent(@NotNull LivingEntity spawnee, @NotNull CreatureSpawnEvent.SpawnReason spawnReason)EntityBreakDoorEvent(@NotNull LivingEntity entity, @NotNull Block targetBlock)EntityBreedEvent(@NotNull LivingEntity child, @NotNull LivingEntity mother, @NotNull LivingEntity father, @Nullable LivingEntity breeder, @Nullable ItemStack bredWith, int experience)EntityCreatePortalEvent(@NotNull LivingEntity what, @NotNull List<BlockState> blocks, @NotNull PortalType type)Deprecated.EntityDeathEvent(@NotNull LivingEntity entity, @NotNull List<ItemStack> drops)EntityDeathEvent(@NotNull LivingEntity what, @NotNull List<ItemStack> drops, int droppedExp)EntityPickupItemEvent(@NotNull LivingEntity entity, @NotNull Item item, int remaining)EntityPotionEffectEvent(@NotNull LivingEntity livingEntity, @Nullable PotionEffect oldEffect, @Nullable PotionEffect newEffect, @NotNull EntityPotionEffectEvent.Cause cause, @NotNull EntityPotionEffectEvent.Action action, boolean override)EntityResurrectEvent(@NotNull LivingEntity what)EntityShootBowEvent(@NotNull LivingEntity shooter, @Nullable ItemStack bow, @NotNull Entity projectile, float force)EntityTameEvent(@NotNull LivingEntity entity, @NotNull AnimalTamer owner)EntityTargetLivingEntityEvent(@NotNull Entity entity, @Nullable LivingEntity target, @Nullable EntityTargetEvent.TargetReason reason)EntityToggleGlideEvent(@NotNull LivingEntity who, boolean isGliding)EntityToggleSwimEvent(@NotNull LivingEntity who, boolean isSwimming)Constructor parameters in org.bukkit.event.entity with type arguments of type LivingEntity Constructor Description AreaEffectCloudApplyEvent(@NotNull AreaEffectCloud entity, @NotNull List<LivingEntity> affectedEntities)PotionSplashEvent(@NotNull ThrownPotion potion, @NotNull Map<LivingEntity,Double> affectedEntities) -
Uses of LivingEntity in org.bukkit.event.vehicle
Methods in org.bukkit.event.vehicle that return LivingEntity Modifier and Type Method Description @NotNull LivingEntityVehicleExitEvent. getExited()Get the living entity that exited the vehicle.Constructors in org.bukkit.event.vehicle with parameters of type LivingEntity Constructor Description VehicleExitEvent(@NotNull Vehicle vehicle, @NotNull LivingEntity exited) -
Uses of LivingEntity in org.bukkit.potion
Methods in org.bukkit.potion with parameters of type LivingEntity Modifier and Type Method Description voidPotion. apply(@NotNull LivingEntity to)Deprecated.Applies the effects that would be applied by this potion to the givenLivingEntity.booleanPotionEffect. apply(@NotNull LivingEntity entity)Attempts to add the effect represented by this object to the givenLivingEntity. -
Uses of LivingEntity in org.bukkit.util
Constructors in org.bukkit.util with parameters of type LivingEntity Constructor Description BlockIterator(@NotNull LivingEntity entity)Constructs the BlockIterator.BlockIterator(@NotNull LivingEntity entity, int maxDistance)Constructs the BlockIterator.
-