Package org.bukkit.event.entity
Enum Class EntityTargetEvent.TargetReason
java.lang.Object
java.lang.Enum<EntityTargetEvent.TargetReason>
org.bukkit.event.entity.EntityTargetEvent.TargetReason
- All Implemented Interfaces:
Serializable
,Comparable<EntityTargetEvent.TargetReason>
,Constable
- Enclosing class:
EntityTargetEvent
An enum to specify the reason for the targeting
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionWhen the entity doesn't have a target, so it attacks the nearest entityWhen the entity doesn't have a target, so it attacks the nearest playerWhen an entity targets another entity after colliding with it.For custom calls to the event.When an entity selects a target while defending a village.When a raiding entity selects the same target as one of its compatriots.When the target is forgotten for whatever reason.When the owner of the entity attacks the target attacks, so the entity targets it.Deprecated.When the entity has no target, so the entity randomly chooses one.When a zombie targeting an entity summons reinforcements, so the reinforcements target the same entityWhen the target attacks the entity, so entity targets itWhen the target attacks a nearby entity of the same type, so the entity targets itWhen the target attacks the owner of the entity, so the entity targets it.When the entity's target has died, and so it no longer targets itWhen the target is in creative or spectator gamemode, or the difficulty is peaceful, or other reasonsWhen the target is in a different dimensionWhen another entity tempts this entity by having a desired item such as wheat in its hand.A currently unknown reason for the entity changing target. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EntityTargetEvent.TargetReason[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TARGET_DIED
When the entity's target has died, and so it no longer targets it -
CLOSEST_PLAYER
When the entity doesn't have a target, so it attacks the nearest player -
TARGET_ATTACKED_ENTITY
When the target attacks the entity, so entity targets it -
PIG_ZOMBIE_TARGET
Deprecated.obsoleted byTARGET_ATTACKED_NEARBY_ENTITY
When the target attacks a fellow pig zombie, so the whole group will target him with this reason. -
FORGOT_TARGET
When the target is forgotten for whatever reason. -
TARGET_ATTACKED_OWNER
When the target attacks the owner of the entity, so the entity targets it. -
OWNER_ATTACKED_TARGET
When the owner of the entity attacks the target attacks, so the entity targets it. -
RANDOM_TARGET
When the entity has no target, so the entity randomly chooses one. -
DEFEND_VILLAGE
When an entity selects a target while defending a village. -
TARGET_ATTACKED_NEARBY_ENTITY
When the target attacks a nearby entity of the same type, so the entity targets it -
REINFORCEMENT_TARGET
When a zombie targeting an entity summons reinforcements, so the reinforcements target the same entity -
COLLISION
When an entity targets another entity after colliding with it. -
CUSTOM
For custom calls to the event. -
CLOSEST_ENTITY
When the entity doesn't have a target, so it attacks the nearest entity -
FOLLOW_LEADER
When a raiding entity selects the same target as one of its compatriots. -
TEMPT
When another entity tempts this entity by having a desired item such as wheat in its hand. -
TARGET_OTHER_LEVEL
When the target is in a different dimension -
TARGET_INVALID
When the target is in creative or spectator gamemode, or the difficulty is peaceful, or other reasons -
UNKNOWN
A currently unknown reason for the entity changing target.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
TARGET_ATTACKED_NEARBY_ENTITY