mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Added SpawnReason.BUILD_SNOWMAN.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
238ceb0afd
commit
202521ce54
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
|||
* When a creature is spawned by a player that is sleeping
|
||||
*/
|
||||
BED,
|
||||
/**
|
||||
* When a snowman is spawned by being built
|
||||
*/
|
||||
BUILD_SNOWMAN,
|
||||
/**
|
||||
* When a creature is manually spawned
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue