mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 11:24:11 +01:00
Add SpawnReason.DROWNED
By: klugemonkey <klugemonkey@spawnchunk.com>
This commit is contained in:
parent
d1a29e349c
commit
6da91b6b3c
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
|||
* perched on jumping or being damaged
|
||||
*/
|
||||
SHOULDER_ENTITY,
|
||||
/**
|
||||
* When a creature is spawned by another entity drowning
|
||||
*/
|
||||
DROWNED,
|
||||
/**
|
||||
* When a creature is spawned by plugins
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue