Interface SoundConfig.BackgroundMusic

All Superinterfaces:
SoundConfig
Enclosing interface:
SoundConfig

public static interface SoundConfig.BackgroundMusic extends SoundConfig
The background music configuration.
  • Method Details

    • minDelay

      int minDelay()
      Returns the mininum delay until the next song starts.
      Returns:
      The mininum delay.
    • maxDelay

      int maxDelay()
      Returns the maximum delay until the next song starts.
      Returns:
      The maximum delay.
    • replacesCurrent

      boolean replacesCurrent()
      Returns whether the current music is replaced by the Biome music.
      Returns:
      Whether the current music is replaced.