static class EntitySilverfish.AIHideInStone extends EntityAIWander
| Modifier and Type | Field and Description |
|---|---|
private EnumFacing |
facing |
private boolean |
field_179484_c |
private EntitySilverfish |
field_179485_a |
| Constructor and Description |
|---|
AIHideInStone(EntitySilverfish p_i45827_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueExecuting()
Returns whether an in-progress EntityAIBase should continue executing
|
boolean |
shouldExecute()
Returns whether the EntityAIBase should begin execution.
|
void |
startExecuting()
Execute a one shot task or start executing a continuous task
|
makeUpdate, setExecutionChancegetMutexBits, isInterruptible, resetTask, setMutexBits, updateTaskprivate final EntitySilverfish field_179485_a
private EnumFacing facing
private boolean field_179484_c
public AIHideInStone(EntitySilverfish p_i45827_1_)
public boolean shouldExecute()
EntityAIWandershouldExecute in class EntityAIWanderpublic boolean continueExecuting()
EntityAIWandercontinueExecuting in class EntityAIWanderpublic void startExecuting()
EntityAIWanderstartExecuting in class EntityAIWander