Uses of Interface
org.bukkit.entity.Bee
Packages that use Bee
-
Uses of Bee in com.destroystokyo.paper.entity.ai
Fields in com.destroystokyo.paper.entity.ai with type parameters of type BeeModifier and TypeFieldDescriptionVanillaGoal.BEE_ATTACKVanillaGoal.BEE_BECOME_ANGRYVanillaGoal.BEE_ENTER_HIVEVanillaGoal.BEE_GO_TO_HIVEVanillaGoal.BEE_GO_TO_KNOWN_FLOWERVanillaGoal.BEE_GROW_CROPVanillaGoal.BEE_HURT_BY_OTHERVanillaGoal.BEE_LOCATE_HIVEVanillaGoal.BEE_POLLINATEVanillaGoal.BEE_WANDER -
Uses of Bee in org.purpurmc.purpur.event.entity
Methods in org.purpurmc.purpur.event.entity that return BeeModifier and TypeMethodDescriptionBeeFoundFlowerEvent.getEntity()BeeStartedPollinatingEvent.getEntity()BeeStopPollinatingEvent.getEntity()Constructors in org.purpurmc.purpur.event.entity with parameters of type BeeModifierConstructorDescriptionBeeFoundFlowerEvent(@NotNull Bee bee, @Nullable Location location) BeeStartedPollinatingEvent(@NotNull Bee bee, @NotNull Location location) BeeStopPollinatingEvent(@NotNull Bee bee, @Nullable Location location, boolean success)