static class EntitySilverfish.AIHideInStone extends EntityAIWander
Modifier and Type | Field and Description |
---|---|
private boolean |
doMerge |
private EnumFacing |
facing |
entity, executionChance, mustUpdate, speed, x, y, z
Constructor and Description |
---|
AIHideInStone(EntitySilverfish silverfishIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
getPosition, makeUpdate, setExecutionChance
getMutexBits, isInterruptible, resetTask, setMutexBits, updateTask
private EnumFacing facing
private boolean doMerge
public AIHideInStone(EntitySilverfish silverfishIn)
public boolean shouldExecute()
shouldExecute
in class EntityAIWander
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class EntityAIWander
public void startExecuting()
startExecuting
in class EntityAIWander