mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
e115cf3efa
commit
df4bc1e67a
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
||||||
* When an animal breeds to create a child
|
* When an animal breeds to create a child
|
||||||
*/
|
*/
|
||||||
BREEDING,
|
BREEDING,
|
||||||
|
/**
|
||||||
|
* When a slime splits
|
||||||
|
*/
|
||||||
|
SLIME_SPLIT,
|
||||||
/**
|
/**
|
||||||
* When a creature is manually spawned
|
* When a creature is manually spawned
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue