public abstract class EntityAIDoorInteract extends EntityAIBase
Modifier and Type | Field and Description |
---|---|
protected BlockPos |
doorPosition |
protected EntityLiving |
entity |
protected boolean |
field_195923_c |
Constructor and Description |
---|
EntityAIDoorInteract(EntityLiving entityIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
func_195921_a(boolean p_195921_1_) |
protected boolean |
func_195922_f() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexBits, isInterruptible, resetTask, setMutexBits
protected EntityLiving entity
protected BlockPos doorPosition
protected boolean field_195923_c
public EntityAIDoorInteract(EntityLiving entityIn)
protected boolean func_195922_f()
protected void func_195921_a(boolean p_195921_1_)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class EntityAIBase
public void startExecuting()
startExecuting
in class EntityAIBase
public void tick()
tick
in class EntityAIBase