| Package | Description | 
|---|---|
| com.destroystokyo.paper.entity.ai | |
| com.destroystokyo.paper.event.entity | 
| Modifier and Type | Field and Description | 
|---|---|
static GoalKey<Enderman> | 
VanillaGoal.ENDERMAN_FREEZE_WHEN_LOOKED_AT  | 
static GoalKey<Enderman> | 
VanillaGoal.ENDERMAN_PICKUP_BLOCK  | 
static GoalKey<Enderman> | 
VanillaGoal.ENDERMAN_PLACE_BLOCK  | 
static GoalKey<Enderman> | 
VanillaGoal.PLAYER_WHO_LOOKED_AT_TARGET  | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull Enderman | 
EndermanEscapeEvent.getEntity()  | 
@NotNull Enderman | 
EndermanAttackPlayerEvent.getEntity()
The enderman considering attacking 
 | 
| Constructor and Description | 
|---|
EndermanAttackPlayerEvent(@NotNull Enderman entity,
                         @NotNull Player player)  | 
EndermanEscapeEvent(@NotNull Enderman entity,
                   @NotNull EndermanEscapeEvent.Reason reason)  | 
Copyright © 2022. All rights reserved.