Options
All
  • Public
  • Public/Protected
  • All
Menu

osu!taiko ruleset.

Hierarchy

  • Ruleset
    • TaikoRuleset

Index

Constructors

Accessors

  • get id(): number

Methods

  • Applies osu!taiko ruleset to a beatmap.

    Parameters

    • beatmap: IBeatmap

      The beatmap.

    Returns TaikoBeatmap

    A new osu!taiko beatmap with applied ruleset.

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

    Parameters

    Returns TaikoBeatmap

    A new osu!taiko beatmap with applied mods.

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

    Parameters

    • Optional input: string | number

      Mod bitwise or acronyms.

    Returns TaikoModCombination

    A new mod combination.

  • Resets a mod combination from a beatmap.

    Parameters

    • beatmap: IBeatmap

      The beatmap.

    Returns TaikoBeatmap

    A new beatmap with no mods.