public class EntityAIBreathAir extends EntityAIBase
Constructor and Description |
---|
EntityAIBreathAir(EntityCreature p_i48940_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInterruptible() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexBits, resetTask, setMutexBits
public EntityAIBreathAir(EntityCreature p_i48940_1_)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class EntityAIBase
public boolean isInterruptible()
isInterruptible
in class EntityAIBase
public void startExecuting()
startExecuting
in class EntityAIBase
public void tick()
tick
in class EntityAIBase