Uses of Interface
org.bukkit.entity.Enderman
-
Uses of Enderman in com.destroystokyo.paper.entity.ai
Modifier and TypeFieldDescriptionVanillaGoal.ENDERMAN_FREEZE_WHEN_LOOKED_AT
VanillaGoal.ENDERMAN_PICKUP_BLOCK
VanillaGoal.ENDERMAN_PLACE_BLOCK
VanillaGoal.PLAYER_WHO_LOOKED_AT_TARGET
-
Uses of Enderman in com.destroystokyo.paper.event.entity
Modifier and TypeMethodDescriptionEndermanAttackPlayerEvent.getEntity()
The enderman considering attackingEndermanEscapeEvent.getEntity()
ModifierConstructorDescriptionEndermanAttackPlayerEvent(@NotNull Enderman entity, @NotNull Player player)
EndermanEscapeEvent(@NotNull Enderman entity, @NotNull EndermanEscapeEvent.Reason reason)