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