mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Add SpawnReason.SHEARING
By: klugemonkey <klugemonkey@spawnchunk.com>
This commit is contained in:
parent
8ef1f8e8d0
commit
3e7386bf29
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue