SPIGOT-5464: Add BEEHIVE SpawnReason for when a bee leaves a beehive

This commit is contained in:
ShaneBee 2019-12-18 00:56:48 -08:00 committed by md_5
parent bf1fa3e3e2
commit c36d90a603

View file

@ -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
*/