Package net.minecraft.entity.passive
Class FoxEntity.JumpChasingGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.DiveJumpingGoal
net.minecraft.entity.passive.FoxEntity.JumpChasingGoal
- Enclosing class:
 FoxEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/FoxEntity$JumpChasingGoalintermediary net/minecraft/class_4019$class_4033official cms$o
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString 
- 
Constructor Details
- 
JumpChasingGoal
public JumpChasingGoal() 
 - 
 - 
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
 - 
canStop
public boolean canStop() - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() 
 -