mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-29 20:51:13 +00:00
SPIGOT-6888: Add SpawnReason for Vex spawned by Evokers
This commit is contained in:
parent
aa908faf55
commit
e9f9b5bd45
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,10 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
|
|||
* When a piglin is converted to a zombified piglib.
|
||||
*/
|
||||
PIGLIN_ZOMBIFIED,
|
||||
/**
|
||||
* When an entity is created by a cast spell.
|
||||
*/
|
||||
SPELL,
|
||||
/**
|
||||
* When an entity is shaking in Powder Snow and a new entity spawns.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue