Package pi.config

Class SoundConfig


public class SoundConfig extends ConfigGroup
Verwaltet die Audio-Einstellungsmöglichkeiten.
Since:
0.42.0
Author:
Steffen Wilke, Matthias Wilke, Josef Friedrich
  • Method Details

    • soundVolume

      @Getter public double soundVolume()
      Gets the current sound volume.
      Returns:
      the sound volume.
    • soundVolume

      @Setter public void soundVolume(double soundVolume)
      Sets the sound volume.
      Parameters:
      soundVolume - the new sound volume.
    • musicVolume

      @Getter public double musicVolume()
      Gets the current music volume.
      Returns:
      the music volume.
    • musicVolume

      @Setter public void musicVolume(double musicVolume)
      Sets the music volume.
      Parameters:
      musicVolume - the new music volume.