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 - official - brm$f- intermediary - net/minecraft/class_4466$class_4473- named - net/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal
- 
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, getControls, 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 - official - c- Lbrm$f;c:I- intermediary - field_30298- Lnet/minecraft/class_4466$class_4473;field_30298:I- named - MAX_FLOWER_NAVIGATION_TICKS- Lnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;MAX_FLOWER_NAVIGATION_TICKS:I
 
- 
ticksint ticks- Mappings:
- Namespace - Name - Mixin selector - official - d- Lbrm$f;d:I- intermediary - field_21650- Lnet/minecraft/class_4466$class_4473;field_21650:I- named - ticks- Lnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;ticks:I
 
 
- 
- 
Constructor Details- 
MoveToFlowerGoalMoveToFlowerGoal()
 
- 
- 
Method Details- 
canBeeStartpublic boolean canBeeStart()- Specified by:
- canBeeStartin class- BeeEntity.NotAngryGoal
- Mappings:
- Namespace - Name - Mixin selector - official - h- Lbrm$a;h()Z- intermediary - method_21814- Lnet/minecraft/class_4466$class_4467;method_21814()Z- named - canBeeStart- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Z
 
- 
canBeeContinuepublic boolean canBeeContinue()- Specified by:
- canBeeContinuein class- BeeEntity.NotAngryGoal
- Mappings:
- Namespace - Name - Mixin selector - official - i- Lbrm$a;i()Z- intermediary - method_21815- Lnet/minecraft/class_4466$class_4467;method_21815()Z- named - canBeeContinue- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Z
 
- 
startpublic void start()
- 
stoppublic void stop()
- 
tickpublic void tick()
- 
shouldMoveToFlowerprivate boolean shouldMoveToFlower()- Mappings:
- Namespace - Name - Mixin selector - official - k- Lbrm$f;k()Z- intermediary - method_24013- Lnet/minecraft/class_4466$class_4473;method_24013()Z- named - shouldMoveToFlower- Lnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;shouldMoveToFlower()Z
 
 
-