Uses of Interface
org.bukkit.entity.Enderman
Packages that use Enderman
-
Uses of Enderman in com.destroystokyo.paper.entity.ai
Fields in com.destroystokyo.paper.entity.ai with type parameters of type EndermanModifier and TypeFieldDescriptionVanillaGoal.ENDERMAN_FREEZE_WHEN_LOOKED_AT
VanillaGoal.ENDERMAN_LEAVE_BLOCK
VanillaGoal.ENDERMAN_LOOK_FOR_PLAYER
VanillaGoal.ENDERMAN_TAKE_BLOCK
-
Uses of Enderman in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return EndermanModifier and TypeMethodDescriptionEndermanAttackPlayerEvent.getEntity()
The enderman considering attackingEndermanEscapeEvent.getEntity()
Constructors in com.destroystokyo.paper.event.entity with parameters of type EndermanModifierConstructorDescriptionEndermanAttackPlayerEvent
(Enderman entity, Player player) EndermanEscapeEvent
(Enderman entity, EndermanEscapeEvent.Reason reason)