net.minecraft.entity.ai.goal

public class ChaseAquaticMountGoal

extends Goal

net.minecraft.world.entity.ai.goal.FollowPlayerRiddenEntityGoal
net.minecraft.class_1346
net.minecraft.entity.ai.goal.ChaseAquaticMountGoal

Field summary

Modifier and TypeField
private int
timeToRecalcPath
field_6428
updateCountdownTicks
private final PathAwareEntity
mob
field_6426
mob
private final Class<? extends Entity>
entityTypeToFollow
field_1_805
targetEntityType
private PlayerEntity
following
field_6427
passenger
private ChaseAquaticMountGoal$State
currentGoal
field_6425
state

Constructor summary

ModifierConstructor
public (PathAwareEntity mob, Class<? extends Entity> targetEntityType)

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()