Add SpawnReason for Entity Reinforcements. Fixes BUKKIT-4744

This commit is contained in:
EvilSeph
2013-09-10 21:19:59 -04:00
parent 6d03f7a638
commit 26038cefd3

View File

@@ -147,6 +147,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* When a slime splits
*/
SLIME_SPLIT,
/**
* When an entity calls for reinforcements
*/
REINFORCEMENTS,
/**
* When a creature is spawned by plugins
*/