Class RunAroundLikeCrazyGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.RunAroundLikeCrazyGoal
- 
Nested Class Summary
 - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractHorseprivate doubleprivate doubleprivate doubleprivate final double - 
Constructor Summary
Constructors - 
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