Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790

This commit is contained in:
feildmaster
2012-04-14 00:53:52 -05:00
parent 3c1ba91f77
commit 988bd87040

View File

@@ -139,6 +139,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* When an animal breeds to create a child
*/
BREEDING,
/**
* When a slime splits
*/
SLIME_SPLIT,
/**
* When a creature is manually spawned
*/