class SquidEntity.MoveRandomGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private SquidEntity |
squid |
Constructor and Description |
---|
MoveRandomGoal(SquidEntity p_i48823_2_) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecute() |
void |
tick() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, shouldContinueExecuting, startExecuting, toString
private final SquidEntity squid
public MoveRandomGoal(SquidEntity p_i48823_2_)
public boolean shouldExecute()
shouldExecute
in class Goal