mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -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
|
* When a creature spawns from a spawner
|
||||||
*/
|
*/
|
||||||
SPAWNER,
|
SPAWNER,
|
||||||
|
/**
|
||||||
|
* When a creature spawns from a trial spawner
|
||||||
|
*/
|
||||||
|
TRIAL_SPAWNER,
|
||||||
/**
|
/**
|
||||||
* When a creature spawns from an egg
|
* When a creature spawns from an egg
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user