Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790

By: feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot 2012-04-14 00:53:52 -05:00
parent e115cf3efa
commit df4bc1e67a

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