Package net.minecraft.entity.ai.goal
Class LeapAtTargetGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.LeapAtTargetGoal
-
public class LeapAtTargetGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private MobEntity
mob
private LivingEntity
target
private float
yd
-
Constructor Summary
Constructors Constructor Description LeapAtTargetGoal(MobEntity p_i1630_1_, float p_i1630_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
void
start()
-
-
-
Field Detail
-
mob
private final MobEntity mob
-
target
private LivingEntity target
-
yd
private final float yd
-
-
Constructor Detail
-
LeapAtTargetGoal
public LeapAtTargetGoal(MobEntity p_i1630_1_, float p_i1630_2_)
-
-