Package net.minecraft.entity.ai.goal
Class PounceAtTargetGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.PounceAtTargetGoal
public class PounceAtTargetGoal extends Goal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private MobEntitymobprivate LivingEntitytargetprivate floatvelocity -
Constructor Summary
Constructors Constructor Description PounceAtTargetGoal(MobEntity mob, float velocity) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString
-
Field Details
-
mob
-
target
-
velocity
private final float velocity
-
-
Constructor Details
-
PounceAtTargetGoal
-
-
Method Details