static class PandaEntity.LieOnBackGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private int |
nextLieOnBackAge |
private PandaEntity |
panda |
Constructor and Description |
---|
LieOnBackGoal(PandaEntity panda) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
boolean |
shouldContinue() |
void |
start() |
void |
stop() |
canStop, getControls, setControls, tick, toString
private final PandaEntity panda
private int nextLieOnBackAge
public LieOnBackGoal(PandaEntity panda)