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$MoveToFlowerGoalintermediary net/minecraft/class_4466$class_4473official cqr$f
- 
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, castToServerWorld, getControls, getServerWorld, 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 named MAX_FLOWER_NAVIGATION_TICKSLnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;MAX_FLOWER_NAVIGATION_TICKS:Iintermediary field_30298Lnet/minecraft/class_4466$class_4473;field_30298:Iofficial cLcqr$f;c:I
 - 
ticks
int ticks- Mappings:
 Namespace Name Mixin selector named ticksLnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;ticks:Iintermediary field_21650Lnet/minecraft/class_4466$class_4473;field_21650:Iofficial dLcqr$f;d:I
 
 - 
 - 
Constructor Details
- 
MoveToFlowerGoal
MoveToFlowerGoal() 
 - 
 - 
Method Details
- 
canBeeStart
public boolean canBeeStart()- Specified by:
 canBeeStartin classBeeEntity.NotAngryGoal- Mappings:
 Namespace Name Mixin selector named canBeeStartLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Zintermediary method_21814Lnet/minecraft/class_4466$class_4467;method_21814()Zofficial hLcqr$a;h()Z
 - 
canBeeContinue
public boolean canBeeContinue()- Specified by:
 canBeeContinuein classBeeEntity.NotAngryGoal- Mappings:
 Namespace Name Mixin selector named canBeeContinueLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Zintermediary method_21815Lnet/minecraft/class_4466$class_4467;method_21815()Zofficial iLcqr$a;i()Z
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() - 
shouldMoveToFlower
private boolean shouldMoveToFlower()- Mappings:
 Namespace Name Mixin selector named shouldMoveToFlowerLnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;shouldMoveToFlower()Zintermediary method_24013Lnet/minecraft/class_4466$class_4473;method_24013()Zofficial kLcqr$f;k()Z
 
 -