Added Spawner Egg support to CreatureSpawnEvent.

This commit is contained in:
EvilSeph
2012-02-05 01:54:27 -05:00
parent 103ead4346
commit 50939e7769

View File

@@ -88,6 +88,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* When a creature spawns from an egg
*/
EGG,
/**
* When a creature spawns from a Spawner Egg
*/
SPAWNER_EGG,
/**
* When a creature spawns because of a lightning strike
*/