mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user