SPIGOT-7122: New Allay Methods from 1.19.1

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot
2022-08-08 21:39:14 +10:00
parent eec7e6905c
commit ee7f1a0800
2 changed files with 102 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
*/
VILLAGE_INVASION,
/**
* When an animal breeds to create a child
* When an entity breeds to create a child, this also include Shulker and Allay
*/
BREEDING,
/**
@@ -189,6 +189,10 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
* When a tadpole converts to a frog
*/
METAMORPHOSIS,
/**
* When an Allay duplicate itself
*/
DUPLICATION,
/**
* When a creature is spawned by the "/summon" command
*/