mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -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
|
* When an entity is spawned as part of a patrol
|
||||||
*/
|
*/
|
||||||
PATROL,
|
PATROL,
|
||||||
|
/**
|
||||||
|
* When a bee is released from a beehive/bee nest
|
||||||
|
*/
|
||||||
|
BEEHIVE,
|
||||||
/**
|
/**
|
||||||
* When a creature is spawned by plugins
|
* When a creature is spawned by plugins
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user