mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
#1034: Add CreatureSpawnEvent.SpawnReason#TRIAL_SPAWNER
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user