Interface RunAroundLikeCrazyGoal

    • Method Detail

      • 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