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 cfi$f
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
(package private) int
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinue
Methods 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 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
Lcfi$f;c:I
-
ticks
int 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
Lcfi$f;d:I
-
-
Constructor Details
-
MoveToFlowerGoal
MoveToFlowerGoal()
-
-
Method Details
-
canBeeStart
public boolean canBeeStart()- Specified by:
canBeeStart
in classBeeEntity.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
Lcfi$a;h()Z
-
canBeeContinue
public boolean canBeeContinue()- Specified by:
canBeeContinue
in classBeeEntity.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
Lcfi$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 shouldMoveToFlower
Lnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;shouldMoveToFlower()Z
intermediary method_24013
Lnet/minecraft/class_4466$class_4473;method_24013()Z
official k
Lcfi$f;k()Z
-