Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CatchRuleset

osu!catch ruleset.

Hierarchy

  • Ruleset
    • CatchRuleset

Index

Constructors

Accessors

  • get id(): number

Methods

  • Applies osu!catch ruleset to a beatmap.

    Parameters

    • beatmap: IBeatmap

      The beatmap.

    Returns CatchBeatmap

    A new osu!catch beatmap with applied ruleset.

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

    Parameters

    Returns CatchBeatmap

    A new osu!catch beatmap with applied mods.

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

    Parameters

    • Optional input: string | number

      Mod bitwise or acronyms.

    Returns CatchModCombination

    A new mod combination.

  • Resets a mod combination from a beatmap.

    Parameters

    • beatmap: IBeatmap

      The beatmap.

    Returns CatchBeatmap

    A new beatmap with no mods.