Class RunAroundLikeCrazyGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.RunAroundLikeCrazyGoal
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final AbstractHorse
private double
private double
private double
private final double
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, stop, toString
-
Field Details
-
horse
-
speedModifier
private final double speedModifier -
posX
private double posX -
posY
private double posY -
posZ
private double posZ
-
-
Constructor Details
-
RunAroundLikeCrazyGoal
-
-
Method Details