Added CreatureSpawnEvent.SpawnReason.TRAP

This commit is contained in:
BlackHole 2016-03-13 15:46:49 +01:00 committed by md_5
parent a63b264027
commit 37a1591a7b

View file

@ -164,6 +164,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* jockeys)
*/
MOUNT,
/**
* When an entity spawns as a trap for players approaching
*/
TRAP,
/**
* When a creature is spawned by plugins
*/