public class PounceAtTargetGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private MobEntity |
mob |
private LivingEntity |
target |
private float |
velocity |
Constructor and Description |
---|
PounceAtTargetGoal(MobEntity mob,
float velocity) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
boolean |
shouldContinue() |
void |
start() |
canStop, getControls, setControls, stop, tick, toString
private final MobEntity mob
private LivingEntity target
private final float velocity
public PounceAtTargetGoal(MobEntity mob, float velocity)