public abstract class EntityAIDoorInteract extends EntityAIBase
Modifier and Type | Field and Description |
---|---|
protected int |
entityPosX |
protected int |
entityPosY |
protected int |
entityPosZ |
protected BlockDoor |
field_151504_e |
protected EntityLiving |
theEntity |
Constructor and Description |
---|
EntityAIDoorInteract(EntityLiving par1EntityLiving) |
Modifier and Type | Method and Description |
---|---|
boolean |
continueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
updateTask() |
getMutexBits, isInterruptible, resetTask, setMutexBits
protected EntityLiving theEntity
protected int entityPosX
protected int entityPosY
protected int entityPosZ
protected BlockDoor field_151504_e
public EntityAIDoorInteract(EntityLiving par1EntityLiving)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public boolean continueExecuting()
continueExecuting
in class EntityAIBase
public void startExecuting()
startExecuting
in class EntityAIBase
public void updateTask()
updateTask
in class EntityAIBase