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
public class BeeEntity.MoveToFlowerGoal extends BeeEntity.NotAngryGoal
- Mappings:
Namespace Name official bbk$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
Fields Modifier and Type Field Description private intticks -
Constructor Summary
Constructors Constructor Description MoveToFlowerGoal() -
Method Summary
Modifier and Type Method Description booleancanBeeContinue()booleancanBeeStart()private booleanshouldMoveToFlower()voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinueMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Field Details
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector official cLbbk$f;c: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 gLbbk$a;g()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 hLbbk$a;h()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 jLbbk$f;j()Zintermediary method_24013Lnet/minecraft/class_4466$class_4473;method_24013()Znamed shouldMoveToFlowerLnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;shouldMoveToFlower()Z
-