Interface RunAroundLikeCrazyGoal

All Superinterfaces:
Goal<HorseLike>

public interface RunAroundLikeCrazyGoal extends Goal<HorseLike>
  • Method Details

    • builder

      Returns:
      A new builder
    • speed

      double speed()
      Gets the speed modifier at which when an Entity is running around, the movement speed is amplified by this modifier.
      Returns:
      The speed modifier
    • setSpeed

      RunAroundLikeCrazyGoal setSpeed(double speed)
      Sets the speed modifier at which when an Entity is running around, the movement speed is amplified by this modifier.
      Parameters:
      speed - The speed modifier at which an entity is "running around"
      Returns:
      This goal, for chaining