mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-18 11:22:15 +01:00
#1034: Add CreatureSpawnEvent.SpawnReason#TRIAL_SPAWNER
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
540caab840
commit
d7e18281ec
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue