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_ATTACK
VanillaGoal.BEE_BECOME_ANGRY
VanillaGoal.BEE_ENTER_HIVE
VanillaGoal.BEE_GO_TO_HIVE
VanillaGoal.BEE_GO_TO_KNOWN_FLOWER
VanillaGoal.BEE_GROW_CROP
VanillaGoal.BEE_HURT_BY_OTHER
VanillaGoal.BEE_LOCATE_HIVE
VanillaGoal.BEE_POLLINATE
VanillaGoal.BEE_WANDER
VanillaGoal.VALIDATE_FLOWER
VanillaGoal.VALIDATE_HIVE
-
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
(Bee bee, @Nullable Location location) BeeStartedPollinatingEvent
(Bee bee, Location location) BeeStopPollinatingEvent
(Bee bee, @Nullable Location location, boolean success)