static class DolphinEntity.SwimToTreasureGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private DolphinEntity |
dolphin |
private boolean |
field_208058_b |
Constructor and Description |
---|
SwimToTreasureGoal(DolphinEntity dolphinIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPreemptible() |
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, setMutexFlags, toString
private final DolphinEntity dolphin
private boolean field_208058_b
SwimToTreasureGoal(DolphinEntity dolphinIn)
public boolean isPreemptible()
isPreemptible
in class Goal
public boolean shouldExecute()
shouldExecute
in class Goal
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class Goal
public void startExecuting()
startExecuting
in class Goal