SPIGOT-6623: Missing API reasons for entity freezing
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -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 shaking in Powder Snow and a new entity spawns.
|
||||||
|
*/
|
||||||
|
FROZEN,
|
||||||
/**
|
/**
|
||||||
* When a creature is spawned by the "/summon" command
|
* When a creature is spawned by the "/summon" command
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -84,6 +84,10 @@ public class EntityTransformEvent extends EntityEvent implements Cancellable {
|
|||||||
* When a zombie gets cured and a villager is spawned.
|
* When a zombie gets cured and a villager is spawned.
|
||||||
*/
|
*/
|
||||||
CURED,
|
CURED,
|
||||||
|
/**
|
||||||
|
* When an entity is shaking in Powder Snow and a new entity spawns.
|
||||||
|
*/
|
||||||
|
FROZEN,
|
||||||
/**
|
/**
|
||||||
* When a villager gets infected and a zombie villager spawns.
|
* When a villager gets infected and a zombie villager spawns.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user