Package net.minecraft.entity.passive
Class PandaEntity.PickUpFoodGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.PandaEntity.PickUpFoodGoal
- Enclosing class:
PandaEntity
- Mappings:
Namespace Name official bsa$k
intermediary net/minecraft/class_1440$class_1449
named net/minecraft/entity/passive/PandaEntity$PickUpFoodGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
-
Field Details
-
startAge
private int startAge- Mappings:
Namespace Name Mixin selector official b
Lbsa$k;b:I
intermediary field_6804
Lnet/minecraft/class_1440$class_1449;field_6804:I
named startAge
Lnet/minecraft/entity/passive/PandaEntity$PickUpFoodGoal;startAge:I
-
-
Constructor Details
-
PickUpFoodGoal
public PickUpFoodGoal()
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector official b
Lbmv;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
tick
public void tick() -
start
public void start() -
stop
public void stop()
-