Class FollowBoatGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.FollowBoatGoal
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate BoatGoals
private Player
private final PathfinderMob
private int
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
-
Field Details
-
timeToRecalcPath
private int timeToRecalcPath -
mob
-
following
-
currentGoal
-
-
Constructor Details
-
FollowBoatGoal
-
-
Method Details
-
canUse
public boolean canUse() -
isInterruptable
public boolean isInterruptable()- Overrides:
isInterruptable
in classGoal
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUse
in classGoal
-
start
public void start() -
stop
public void stop() -
tick
public void tick()
-