Add SpawnReason for Entity Reinforcements. Fixes BUKKIT-4744
This commit is contained in:
parent
f44eaba812
commit
710a20cbd2
@ -147,6 +147,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
|||||||
* When a slime splits
|
* When a slime splits
|
||||||
*/
|
*/
|
||||||
SLIME_SPLIT,
|
SLIME_SPLIT,
|
||||||
|
/**
|
||||||
|
* When an entity calls for reinforcements
|
||||||
|
*/
|
||||||
|
REINFORCEMENTS,
|
||||||
/**
|
/**
|
||||||
* When a creature is spawned by plugins
|
* When a creature is spawned by plugins
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user