13
0
geforkt von Mirrors/Paper

Add SpawnReason.SHEARING

By: klugemonkey <klugemonkey@spawnchunk.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2018-11-14 14:16:42 +11:00
Ursprung 8ef1f8e8d0
Commit 3e7386bf29

Datei anzeigen

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