Class FollowBoatGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.FollowBoatGoal
- 
Nested Class Summary
 - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BoatGoalsprivate Playerprivate final PathfinderMobprivate int - 
Constructor Summary
Constructors - 
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:
 isInterruptablein classGoal
 - 
canContinueToUse
public boolean canContinueToUse()- Overrides:
 canContinueToUsein classGoal
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() 
 -