mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-31 17:05:54 +02:00
Add SpawnReason.SHEARING
By: klugemonkey <klugemonkey@spawnchunk.com>
This commit is contained in:
parent
8ef1f8e8d0
commit
3e7386bf29
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user