13
0
geforkt von Mirrors/Paper

SPIGOT-6888: Add SpawnReason for Vex spawned by Evokers

By: Doc <nachito94@msn.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2022-01-14 10:56:03 +11:00
Ursprung 1973ad7228
Commit c502bcdc99

Datei anzeigen

@ -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.
*/