public class FollowBoatGoal extends Goal
| Modifier and Type | Field and Description |
|---|---|
private int |
field_205143_a |
private CreatureEntity |
field_205144_b |
private LivingEntity |
field_205145_c |
private BoatGoals |
field_205146_d |
| Constructor and Description |
|---|
FollowBoatGoal(CreatureEntity p_i48939_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPreemptible() |
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, setMutexFlags, toStringprivate int field_205143_a
private final CreatureEntity field_205144_b
private LivingEntity field_205145_c
private BoatGoals field_205146_d
public FollowBoatGoal(CreatureEntity p_i48939_1_)
public boolean shouldExecute()
shouldExecute in class Goalpublic boolean isPreemptible()
isPreemptible in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goalpublic void startExecuting()
startExecuting in class Goal