summaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/org/bukkit/event/entity/CreatureSpawnEvent.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/event/entity/CreatureSpawnEvent.java b/src/main/java/org/bukkit/event/entity/CreatureSpawnEvent.java
index 46b82622..288e98bd 100644
--- a/src/main/java/org/bukkit/event/entity/CreatureSpawnEvent.java
+++ b/src/main/java/org/bukkit/event/entity/CreatureSpawnEvent.java
@@ -163,6 +163,27 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
*/
DISPENSE_EGG,
/**
+ * When a zombie infects a villager
+ */
+ INFECTION,
+ /**
+ * When a villager is cured from infection
+ */
+ CURED,
+ /**
+ * When an ocelot has a baby spawned along with them
+ */
+ OCELOT_BABY,
+ /**
+ * When a silverfish spawns from a block
+ */
+ SILVERFISH_BLOCK,
+ /**
+ * When an entity spawns as a mount of another entity (mostly chicken
+ * jockeys)
+ */
+ MOUNT,
+ /**
* When a creature is spawned by plugins
*/
CUSTOM,