Added JOCKEY and CHUNK_GEN SpawnReasons.
This commit is contained in:
parent
7df6a7e864
commit
5c7edcf439
@ -80,6 +80,14 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
|||||||
* When something spawns from natural means
|
* When something spawns from natural means
|
||||||
*/
|
*/
|
||||||
NATURAL,
|
NATURAL,
|
||||||
|
/**
|
||||||
|
* When an entity spawns as a jockey of another entity (mostly spider jockeys)
|
||||||
|
*/
|
||||||
|
JOCKEY,
|
||||||
|
/**
|
||||||
|
* When a creature spawns due to chunk generation
|
||||||
|
*/
|
||||||
|
CHUNK_GEN,
|
||||||
/**
|
/**
|
||||||
* When a creature spawns from a spawner
|
* When a creature spawns from a spawner
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user