13
0
geforkt von Mirrors/Paper

Added CreatureSpawnEvent.SpawnReason.TRAP

By: BlackHole <black-hole@live.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-03-13 15:46:49 +01:00
Ursprung 8369b9113b
Commit dd6eafac95

Datei anzeigen

@ -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
*/