Add SpawnReason.SHEARING

By: klugemonkey <klugemonkey@spawnchunk.com>
This commit is contained in:
Bukkit/Spigot 2018-11-14 14:16:42 +11:00
parent 8ef1f8e8d0
commit 3e7386bf29

View file

@ -173,6 +173,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* When a creature is spawned by another entity drowning
*/
DROWNED,
/**
* When an cow is spawned by shearing a mushroom cow
*/
SHEARED,
/**
* When a creature is spawned by plugins
*/