SPIGOT-3102: Add EXPLOSION SpawnReason

This commit is contained in:
md_5 2019-07-03 11:10:24 +10:00
parent 949124e059
commit c2d72c82fb

View file

@ -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
*/