Added SpawnReason.BUILD_SNOWMAN.

This commit is contained in:
EvilSeph
2012-02-08 18:27:49 -05:00
parent 4ac909792f
commit 8caca5f10d

View File

@@ -100,6 +100,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* When a creature is spawned by a player that is sleeping
*/
BED,
/**
* When a snowman is spawned by being built
*/
BUILD_SNOWMAN,
/**
* When a creature is manually spawned
*/