Uses of Interface
org.bukkit.entity.Bee
-
Uses of Bee in com.destroystokyo.paper.entity.ai
Modifier 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
Modifier and TypeMethodDescriptionBeeFoundFlowerEvent.getEntity()
BeeStartedPollinatingEvent.getEntity()
BeeStopPollinatingEvent.getEntity()
ModifierConstructorDescriptionBeeFoundFlowerEvent
(Bee bee, @Nullable Location location) BeeStartedPollinatingEvent
(Bee bee, Location location) BeeStopPollinatingEvent
(Bee bee, @Nullable Location location, boolean success)