mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 09:17:36 +01:00
Added JOCKEY and CHUNK_GEN SpawnReasons.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
4363ae55e0
commit
8aedc0a4b8
@ -80,6 +80,14 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
||||
* When something spawns from natural means
|
||||
*/
|
||||
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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user