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$f
intermediary net/minecraft/class_4466$class_4473
named 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 int
ticks
-
Constructor Summary
Constructors Constructor Description MoveToFlowerGoal()
-
Method Summary
Modifier and Type Method Description boolean
canBeeContinue()
boolean
canBeeStart()
private boolean
shouldMoveToFlower()
void
start()
void
stop()
void
tick()
Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinue
Methods 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 c
Lbbk$f;c: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
-
MoveToFlowerGoal
MoveToFlowerGoal()
-
-
Method Details
-
canBeeStart
public boolean canBeeStart()- Specified by:
canBeeStart
in classBeeEntity.NotAngryGoal
- Mappings:
Namespace Name Mixin selector official g
Lbbk$a;g()Z
intermediary method_21814
Lnet/minecraft/class_4466$class_4467;method_21814()Z
named canBeeStart
Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Z
-
canBeeContinue
public boolean canBeeContinue()- Specified by:
canBeeContinue
in classBeeEntity.NotAngryGoal
- Mappings:
Namespace Name Mixin selector official h
Lbbk$a;h()Z
intermediary method_21815
Lnet/minecraft/class_4466$class_4467;method_21815()Z
named canBeeContinue
Lnet/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 j
Lbbk$f;j()Z
intermediary method_24013
Lnet/minecraft/class_4466$class_4473;method_24013()Z
named shouldMoveToFlower
Lnet/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal;shouldMoveToFlower()Z
-