public class FoxEntity.JumpChasingGoal extends DiveJumpingGoal
Goal.Control| Constructor and Description |
|---|
JumpChasingGoal(FoxEntity foxEntity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStart() |
boolean |
canStop() |
boolean |
shouldContinue() |
void |
start() |
void |
stop() |
void |
tick() |
getControls, setControls, toStringpublic JumpChasingGoal(FoxEntity foxEntity)
public boolean shouldContinue()
shouldContinue in class Goal