Class RunAroundLikeCrazyGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.RunAroundLikeCrazyGoal

public class RunAroundLikeCrazyGoal extends Goal
  • Field Details

    • horse

      private final AbstractHorseEntity horse
    • speedModifier

      private final double speedModifier
    • posX

      private double posX
    • posY

      private double posY
    • posZ

      private double posZ
  • Constructor Details

    • RunAroundLikeCrazyGoal

      public RunAroundLikeCrazyGoal(AbstractHorseEntity p_i1653_1_, double p_i1653_2_)
  • Method Details

    • canUse

      public boolean canUse()
      Specified by:
      canUse in class Goal
    • start

      public void start()
      Overrides:
      start in class Goal
    • canContinueToUse

      public boolean canContinueToUse()
      Overrides:
      canContinueToUse in class Goal
    • tick

      public void tick()
      Overrides:
      tick in class Goal