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
Fields inherited from class net.minecraft.world.entity.ai.goal.FollowParentGoal
DONT_FOLLOW_IF_CLOSER_THAN, HORIZONTAL_SCAN_RANGE, VERTICAL_SCAN_RANGE
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.FollowParentGoal
stop, tick
Methods 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:
canUse
in classFollowParentGoal
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUse
in classFollowParentGoal
-
start
public void start()- Overrides:
start
in classFollowParentGoal
-