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 named net/minecraft/entity/passive/PandaEntity$PickUpFoodGoalintermediary net/minecraft/class_1440$class_1449official cft$k
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
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 named startAgeLnet/minecraft/entity/passive/PandaEntity$PickUpFoodGoal;startAge:Iintermediary field_6804Lnet/minecraft/class_1440$class_1449;field_6804:Iofficial bLcft$k;b:I
 
 - 
 - 
Constructor Details
- 
PickUpFoodGoal
public PickUpFoodGoal() 
 - 
 - 
Method Details
- 
canStart
public boolean canStart() - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoal- Mappings:
 Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLcam;c()Z
 - 
tick
public void tick() - 
start
public void start() - 
stop
public void stop() 
 -