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 Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.goal.FollowParentGoal
DONT_FOLLOW_IF_CLOSER_THAN, HORIZONTAL_SCAN_RANGE, VERTICAL_SCAN_RANGE - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.FollowParentGoal
stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString 
- 
Field Details
- 
fox
 
 - 
 - 
Constructor Details
- 
FoxFollowParentGoal
 
 - 
 - 
Method Details
- 
canUse
public boolean canUse()- Overrides:
 canUsein classFollowParentGoal
 - 
canContinueToUse
public boolean canContinueToUse()- Overrides:
 canContinueToUsein classFollowParentGoal
 - 
start
public void start()- Overrides:
 startin classFollowParentGoal
 
 -