mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-19 21:06:03 +00:00
Add SpawnReason.DROWNED
This commit is contained in:
parent
c520a96024
commit
47e3d2954d
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
|
* perched on jumping or being damaged
|
||||||
*/
|
*/
|
||||||
SHOULDER_ENTITY,
|
SHOULDER_ENTITY,
|
||||||
|
/**
|
||||||
|
* When a creature is spawned by another entity drowning
|
||||||
|
*/
|
||||||
|
DROWNED,
|
||||||
/**
|
/**
|
||||||
* When a creature is spawned by plugins
|
* When a creature is spawned by plugins
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue