Class Fox.FoxFollowParentGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.FollowParentGoal
net.minecraft.world.entity.animal.Fox.FoxFollowParentGoal
- Enclosing class:
- Fox
- 
Nested Class Summary
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.goal.FollowParentGoalDONT_FOLLOW_IF_CLOSER_THAN, HORIZONTAL_SCAN_RANGE, VERTICAL_SCAN_RANGE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.FollowParentGoalstop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
- 
Field Details- 
fox
 
- 
- 
Constructor Details- 
FoxFollowParentGoal
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- FollowParentGoal
 
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- FollowParentGoal
 
- 
startpublic void start()- Overrides:
- startin class- FollowParentGoal
 
 
-