mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
SPIGOT-5464: Add BEEHIVE SpawnReason for when a bee leaves a beehive
By: ShaneBee <shanebolenback@me.com>
This commit is contained in:
@@ -169,6 +169,10 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
|
||||
* When an entity is spawned as part of a patrol
|
||||
*/
|
||||
PATROL,
|
||||
/**
|
||||
* When a bee is released from a beehive/bee nest
|
||||
*/
|
||||
BEEHIVE,
|
||||
/**
|
||||
* When a creature is spawned by plugins
|
||||
*/
|
||||
|
Reference in New Issue
Block a user