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$JumpChasingGoal- intermediary - net/minecraft/class_4019$class_4033- official - chj$o
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.GoalcastToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
- 
Constructor Details- 
JumpChasingGoalpublic JumpChasingGoal()
 
- 
- 
Method Details- 
canStartpublic boolean canStart()
- 
shouldContinuepublic boolean shouldContinue()- Overrides:
- shouldContinuein class- Goal
- Mappings:
- Namespace - Name - Mixin selector - named - shouldContinue- Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z- intermediary - method_6266- Lnet/minecraft/class_1352;method_6266()Z- official - c- Lccg;c()Z
 
- 
canStoppublic boolean canStop()
- 
startpublic void start()
- 
stoppublic void stop()
- 
tickpublic void tick()
 
-