mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-21 14:39:01 +01:00
SPIGOT-6888: Add SpawnReason for Vex spawned by Evokers
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
1973ad7228
commit
c502bcdc99
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.
|
* When a piglin is converted to a zombified piglib.
|
||||||
*/
|
*/
|
||||||
PIGLIN_ZOMBIFIED,
|
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.
|
* When an entity is shaking in Powder Snow and a new entity spawns.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue