static class SlimeEntity.FaceRandomGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private float |
chosenDegrees |
private int |
nextRandomizeTime |
private SlimeEntity |
slime |
Constructor and Description |
---|
FaceRandomGoal(SlimeEntity slimeIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecute() |
void |
tick() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, shouldContinueExecuting, startExecuting, toString
private final SlimeEntity slime
private float chosenDegrees
private int nextRandomizeTime
public FaceRandomGoal(SlimeEntity slimeIn)
public boolean shouldExecute()
shouldExecute
in class Goal