public class BreatheAirGoal extends Goal
| Constructor and Description |
|---|
BreatheAirGoal(CreatureEntity p_i48940_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPreemptible() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, resetTask, setMutexFlagspublic BreatheAirGoal(CreatureEntity p_i48940_1_)
public boolean shouldExecute()
shouldExecute in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goalpublic boolean isPreemptible()
isPreemptible in class Goalpublic void startExecuting()
startExecuting in class Goal