Options
All
  • Public
  • Public/Protected
  • All
Menu

osu!mania ruleset.

Hierarchy

  • Ruleset
    • ManiaRuleset

Index

Constructors

Accessors

  • get id(): number

Methods

  • Applies osu!mania ruleset to a beatmap.

    Parameters

    • beatmap: IBeatmap

      The beatmap.

    Returns ManiaBeatmap

    A new osu!mania beatmap with applied ruleset.

  • Applies osu!mania ruleset and mods to a beatmap.

    Parameters

    Returns ManiaBeatmap

    A new osu!mania beatmap with applied mods.

  • Creates a new mod combination by converting legacy mod bitwise.

    Parameters

    • Optional input: string | number

      Mod bitwise or acronyms.

    Returns ManiaModCombination

    A new mod combination.

  • Resets a mod combination from a beatmap.

    Parameters

    • beatmap: IBeatmap

      The beatmap.

    Returns ManiaBeatmap

    A new beatmap with no mods.