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$fintermediary net/minecraft/class_4466$class_4473named net/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int(package private) int - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinueMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString 
- 
Field Details
- 
MAX_FLOWER_NAVIGATION_TICKS
private static final int MAX_FLOWER_NAVIGATION_TICKS- See Also:
 - Mappings:
 Namespace Name Mixin selector official cLbrm$f;c:Iintermediary field_30298Lnet/minecraft/class_4466$class_4473;field_30298:Inamed MAX_FLOWER_NAVIGATION_TICKSLnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;MAX_FLOWER_NAVIGATION_TICKS:I
 - 
ticks
int ticks- Mappings:
 Namespace Name Mixin selector official dLbrm$f;d:Iintermediary field_21650Lnet/minecraft/class_4466$class_4473;field_21650:Inamed ticksLnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;ticks:I
 
 - 
 - 
Constructor Details
- 
MoveToFlowerGoal
MoveToFlowerGoal() 
 - 
 - 
Method Details
- 
canBeeStart
public boolean canBeeStart()- Specified by:
 canBeeStartin classBeeEntity.NotAngryGoal- Mappings:
 Namespace Name Mixin selector official hLbrm$a;h()Zintermediary method_21814Lnet/minecraft/class_4466$class_4467;method_21814()Znamed canBeeStartLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Z
 - 
canBeeContinue
public boolean canBeeContinue()- Specified by:
 canBeeContinuein classBeeEntity.NotAngryGoal- Mappings:
 Namespace Name Mixin selector official iLbrm$a;i()Zintermediary method_21815Lnet/minecraft/class_4466$class_4467;method_21815()Znamed canBeeContinueLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Z
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() - 
shouldMoveToFlower
private boolean shouldMoveToFlower()- Mappings:
 Namespace Name Mixin selector official kLbrm$f;k()Zintermediary method_24013Lnet/minecraft/class_4466$class_4473;method_24013()Znamed shouldMoveToFlowerLnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;shouldMoveToFlower()Z
 
 -