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