1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-18 11:22:15 +01:00

: Add CreatureSpawnEvent.SpawnReason#TRIAL_SPAWNER

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot 2024-06-19 19:18:42 +10:00
parent 540caab840
commit d7e18281ec

View file

@ -63,6 +63,10 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
* When a creature spawns from a spawner
*/
SPAWNER,
/**
* When a creature spawns from a trial spawner
*/
TRIAL_SPAWNER,
/**
* When a creature spawns from an egg
*/