Package | Description |
---|---|
com.destroystokyo.paper.entity.ai | |
com.destroystokyo.paper.event.entity |
Modifier and Type | Field | 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 | Description |
---|---|---|
@NotNull Enderman |
EndermanAttackPlayerEvent.getEntity() |
The enderman considering attacking
|
@NotNull Enderman |
EndermanEscapeEvent.getEntity() |
Constructor | Description |
---|---|
EndermanAttackPlayerEvent(@NotNull Enderman entity,
@NotNull Player player) |
|
EndermanEscapeEvent(@NotNull Enderman entity,
@NotNull EndermanEscapeEvent.Reason reason) |
Copyright © 2020. All rights reserved.