#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
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue