public class LeapAtTargetGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private MobEntity |
mob |
private LivingEntity |
target |
private float |
yd |
Constructor and Description |
---|
LeapAtTargetGoal(MobEntity p_i1630_1_,
float p_i1630_2_) |
Modifier and Type | Method and Description |
---|---|
boolean |
canContinueToUse() |
boolean |
canUse() |
void |
start() |
private final MobEntity mob
private LivingEntity target
private final float yd
public LeapAtTargetGoal(MobEntity p_i1630_1_, float p_i1630_2_)