Package net.minecraft.entity.ai.goal
Class RunAroundLikeCrazyGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.RunAroundLikeCrazyGoal
-
public class RunAroundLikeCrazyGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractHorseEntity
horse
private double
posX
private double
posY
private double
posZ
private double
speedModifier
-
Constructor Summary
Constructors Constructor Description RunAroundLikeCrazyGoal(AbstractHorseEntity p_i1653_1_, double p_i1653_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
void
start()
void
tick()
-
-
-
Field Detail
-
horse
private final AbstractHorseEntity horse
-
speedModifier
private final double speedModifier
-
posX
private double posX
-
posY
private double posY
-
posZ
private double posZ
-
-
Constructor Detail
-
RunAroundLikeCrazyGoal
public RunAroundLikeCrazyGoal(AbstractHorseEntity p_i1653_1_, double p_i1653_2_)
-
-