class FoxEntity.SitDownAndLookAroundGoal extends FoxEntity.CalmDownGoal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private int |
counter |
private double |
lookX |
private double |
lookZ |
private int |
timer |
Constructor and Description |
---|
SitDownAndLookAroundGoal() |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
private void |
chooseNewAngle() |
boolean |
shouldContinue() |
void |
start() |
void |
stop() |
void |
tick() |
canCalmDown, isAtFavoredLocation
canStop, getControls, setControls, toString
private double lookX
private double lookZ
private int timer
private int counter
public boolean shouldContinue()
shouldContinue
in class Goal
private void chooseNewAngle()