public class EntityAIBreakDoor extends EntityAIDoorInteract
Modifier and Type | Field and Description |
---|---|
private int |
breakingTime |
private int |
previousBreakProgress |
doorBlock, doorPosition, entity, entityPositionX, entityPositionZ, hasStoppedDoorInteraction
Constructor and Description |
---|
EntityAIBreakDoor(EntityLiving entityIn) |
Modifier and Type | Method and Description |
---|---|
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
updateTask() |
getMutexBits, isInterruptible, setMutexBits
private int breakingTime
private int previousBreakProgress
public EntityAIBreakDoor(EntityLiving entityIn)
public boolean shouldExecute()
shouldExecute
in class EntityAIDoorInteract
public void startExecuting()
startExecuting
in class EntityAIDoorInteract
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class EntityAIDoorInteract
public void resetTask()
resetTask
in class EntityAIBase
public void updateTask()
updateTask
in class EntityAIDoorInteract