mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-3102: Add EXPLOSION SpawnReason
This commit is contained in:
parent
949124e059
commit
c2d72c82fb
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
|
|||
* When an cow is spawned by shearing a mushroom cow
|
||||
*/
|
||||
SHEARED,
|
||||
/**
|
||||
* When eg an effect cloud is spawned as a result of a creeper exploding
|
||||
*/
|
||||
EXPLOSION,
|
||||
/**
|
||||
* When a creature is spawned by plugins
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue