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

By: ShaneBee <shanebolenback@me.com>
This commit is contained in:
Bukkit/Spigot
2019-12-18 00:56:48 -08:00
parent 099845d353
commit a585f4e3da

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