static class PandaEntity.ChildPlayGoal extends Goal
| Modifier and Type | Field and Description |
|---|---|
private PandaEntity |
panda |
| Constructor and Description |
|---|
ChildPlayGoal(PandaEntity pandaIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, tick, toStringprivate final PandaEntity panda
public ChildPlayGoal(PandaEntity pandaIn)
public boolean shouldExecute()
shouldExecute in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goalpublic void startExecuting()
startExecuting in class Goal