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, toStringprivate final DolphinEntity dolphin
private boolean field_208058_b
SwimToTreasureGoal(DolphinEntity dolphinIn)
public boolean isPreemptible()
isPreemptible in class Goalpublic boolean shouldExecute()
shouldExecute in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goalpublic void startExecuting()
startExecuting in class Goal