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_PICKUP_BLOCK
Deprecated, for removal: This API element is subject to removal in a future version.VanillaGoal.ENDERMAN_PLACE_BLOCK
Deprecated, for removal: This API element is subject to removal in a future version.VanillaGoal.ENDERMAN_TAKE_BLOCK
VanillaGoal.PLAYER_WHO_LOOKED_AT_TARGET
Deprecated, for removal: This API element is subject to removal in a future version. -
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
(@NotNull Enderman entity, @NotNull Player player) EndermanEscapeEvent
(@NotNull Enderman entity, @NotNull EndermanEscapeEvent.Reason reason)