static class SlimeEntity.RandomLookGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private SlimeEntity |
slime |
private float |
targetYaw |
private int |
timer |
Constructor and Description |
---|
RandomLookGoal(SlimeEntity slime) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
void |
tick() |
canStop, getControls, setControls, shouldContinue, start, stop, toString
private final SlimeEntity slime
private float targetYaw
private int timer
public RandomLookGoal(SlimeEntity slime)