Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790
This commit is contained in:
parent
3fb02d56b3
commit
92821498f0
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user