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 MobEntity
mob
private LivingEntity
target
private float
velocity
-
Constructor Summary
Constructors Constructor Description PounceAtTargetGoal(MobEntity mob, float velocity)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
boolean
shouldContinue()
void
start()
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