Added Spawner Egg support to CreatureSpawnEvent.
This commit is contained in:
parent
5e6125e01b
commit
ef1c779ff5
@ -88,6 +88,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
|||||||
* When a creature spawns from an egg
|
* When a creature spawns from an egg
|
||||||
*/
|
*/
|
||||||
EGG,
|
EGG,
|
||||||
|
/**
|
||||||
|
* When a creature spawns from a Spawner Egg
|
||||||
|
*/
|
||||||
|
SPAWNER_EGG,
|
||||||
/**
|
/**
|
||||||
* When a creature spawns because of a lightning strike
|
* When a creature spawns because of a lightning strike
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user