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_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
Modifier and TypeMethodDescriptionEndermanAttackPlayerEvent.getEntity()
The enderman considering attackingEndermanEscapeEvent.getEntity()
ModifierConstructorDescriptionEndermanAttackPlayerEvent
(@NotNull Enderman entity, @NotNull Player player) EndermanEscapeEvent
(@NotNull Enderman entity, @NotNull EndermanEscapeEvent.Reason reason)