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