net.minecraft.entity.ai.goal

public class ChaseBoatGoal

extends Goal

net.minecraft.world.entity.ai.goal.FollowBoatGoal
net.minecraft.class_1346
net.minecraft.entity.ai.goal.ChaseBoatGoal

Field summary

Modifier and TypeField
private int
timeToRecalcPath
field_6428
updateCountdownTicks
private final PathAwareEntity
mob
field_6426
mob
private PlayerEntity
following
field_6427
passenger
private ChaseBoatState
currentGoal
field_6425
state

Constructor summary

ModifierConstructor
public (PathAwareEntity mob)

Method summary

Modifier and TypeMethod
public boolean
canUse()
method_6264()
canStart()
public boolean
isInterruptable()
method_6267()
canStop()
public boolean
canContinueToUse()
method_6266()
shouldContinue()
public void
start()
method_6269()
start()
public void
stop()
method_6270()
stop()
public void
tick()
method_6268()
tick()