Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790

This commit is contained in:
feildmaster 2012-04-14 00:53:52 -05:00
parent 3fb02d56b3
commit 92821498f0

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
*/