Package net.minecraft.entity.passive
Class FoxEntity.StopWanderingGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.FoxEntity.StopWanderingGoal
- Enclosing class:
 FoxEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/FoxEntity$StopWanderingGoalintermediary net/minecraft/class_4019$class_4021official cms$b
- 
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, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString 
- 
Field Details
- 
timer
int timer- Mappings:
 Namespace Name Mixin selector named timerLnet/minecraft/entity/passive/FoxEntity$StopWanderingGoal;timer:Iintermediary field_17969Lnet/minecraft/class_4019$class_4021;field_17969:Iofficial aLcms$b;a:I
 
 - 
 - 
Constructor Details
- 
StopWanderingGoal
public StopWanderingGoal() 
 - 
 - 
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 cLchi;c()Z
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() 
 -