Package net.minecraft.entity.passive
Class BeeEntity.MoveToFlowerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
net.minecraft.entity.passive.BeeEntity.MoveToFlowerGoal
- Enclosing class:
- BeeEntity
- Mappings:
- Namespace - Name - named - net/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal- intermediary - net/minecraft/class_4466$class_4473- official - cha$f
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final int(package private) int
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoalcanStart, shouldContinueMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
- 
Field Details- 
MAX_FLOWER_NAVIGATION_TICKSprivate static final int MAX_FLOWER_NAVIGATION_TICKS- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MAX_FLOWER_NAVIGATION_TICKS- Lnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;MAX_FLOWER_NAVIGATION_TICKS:I- intermediary - field_30298- Lnet/minecraft/class_4466$class_4473;field_30298:I- official - c- Lcha$f;c:I
 
- 
ticksint ticks- Mappings:
- Namespace - Name - Mixin selector - named - ticks- Lnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;ticks:I- intermediary - field_21650- Lnet/minecraft/class_4466$class_4473;field_21650:I- official - d- Lcha$f;d:I
 
 
- 
- 
Constructor Details- 
MoveToFlowerGoalMoveToFlowerGoal()
 
- 
- 
Method Details- 
canBeeStartpublic boolean canBeeStart()- Specified by:
- canBeeStartin class- BeeEntity.NotAngryGoal
- Mappings:
- Namespace - Name - Mixin selector - named - canBeeStart- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Z- intermediary - method_21814- Lnet/minecraft/class_4466$class_4467;method_21814()Z- official - h- Lcha$a;h()Z
 
- 
canBeeContinuepublic boolean canBeeContinue()- Specified by:
- canBeeContinuein class- BeeEntity.NotAngryGoal
- Mappings:
- Namespace - Name - Mixin selector - named - canBeeContinue- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Z- intermediary - method_21815- Lnet/minecraft/class_4466$class_4467;method_21815()Z- official - i- Lcha$a;i()Z
 
- 
startpublic void start()
- 
stoppublic void stop()
- 
tickpublic void tick()
- 
shouldMoveToFlowerprivate boolean shouldMoveToFlower()- Mappings:
- Namespace - Name - Mixin selector - named - shouldMoveToFlower- Lnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;shouldMoveToFlower()Z- intermediary - method_24013- Lnet/minecraft/class_4466$class_4473;method_24013()Z- official - k- Lcha$f;k()Z
 
 
-