summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/bukkit/event/entity/EntityTargetEvent.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/event/entity/EntityTargetEvent.java b/src/main/java/org/bukkit/event/entity/EntityTargetEvent.java
index 2bcfbba7..1f7af4db 100644
--- a/src/main/java/org/bukkit/event/entity/EntityTargetEvent.java
+++ b/src/main/java/org/bukkit/event/entity/EntityTargetEvent.java
@@ -122,6 +122,18 @@ public class EntityTargetEvent extends EntityEvent implements Cancellable {
*/
DEFEND_VILLAGE,
/**
+ * When the target attacks a nearby entity of the same type, so the entity targets it
+ */
+ TARGET_ATTACKED_NEARBY_ENTITY,
+ /**
+ * When a zombie targeting an entity summons reinforcements, so the reinforcements target the same entity
+ */
+ REINFORCEMENT_TARGET,
+ /**
+ * When an entity targets another entity after colliding with it.
+ */
+ COLLISION,
+ /**
* For custom calls to the event.
*/
CUSTOM