mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Added Spawner Egg support to CreatureSpawnEvent.
This commit is contained in:
parent
5e6125e01b
commit
ef1c779ff5
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue