static class SilverfishEntity.HideInStoneGoal extends RandomWalkingGoal
Modifier and Type | Field and Description |
---|---|
private boolean |
doMerge |
private Direction |
facing |
creature, executionChance, mustUpdate, speed, x, y, z
Constructor and Description |
---|
HideInStoneGoal(SilverfishEntity silverfishIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
getPosition, makeUpdate, resetTask, setExecutionChance
getMutexFlags, isPreemptible, setMutexFlags, tick, toString
private Direction facing
private boolean doMerge
public HideInStoneGoal(SilverfishEntity silverfishIn)
public boolean shouldExecute()
shouldExecute
in class RandomWalkingGoal
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class RandomWalkingGoal
public void startExecuting()
startExecuting
in class RandomWalkingGoal