mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-5464: Add BEEHIVE SpawnReason for when a bee leaves a beehive
This commit is contained in:
parent
bf1fa3e3e2
commit
c36d90a603
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue