class PhantomEntity.FindTargetGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private int |
delay |
private TargetPredicate |
PLAYERS_IN_RANGE_PREDICATE |
Modifier | Constructor and Description |
---|---|
private |
FindTargetGoal() |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
boolean |
shouldContinue() |
canStop, getControls, setControls, start, stop, tick, toString
private final TargetPredicate PLAYERS_IN_RANGE_PREDICATE
private int delay
public boolean shouldContinue()
shouldContinue
in class Goal