Interface MusicConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
GRANULAR_SLIDERS
static String
GROUP
static String
MUTE_AMBIENT_SOUNDS
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
getAreaSoundEffectVolume()
default int
getMusicVolume()
default int
getSoundEffectVolume()
default boolean
granularSliders()
default boolean
muteAmbientSounds()
default boolean
muteEnvironmentAreaSounds()
default boolean
muteNpcAreaSounds()
default boolean
muteOtherAreaSounds()
default boolean
muteOwnAreaSounds()
default boolean
mutePrayerSounds()
void
setAreaSoundEffectVolume(int vol)
void
setMusicVolume(int vol)
void
setSoundEffectVolume(int val)
-
-
-
Field Detail
-
GROUP
static final String GROUP
- See Also:
- Constant Field Values
-
GRANULAR_SLIDERS
static final String GRANULAR_SLIDERS
- See Also:
- Constant Field Values
-
MUTE_AMBIENT_SOUNDS
static final String MUTE_AMBIENT_SOUNDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
muteOwnAreaSounds
default boolean muteOwnAreaSounds()
-
muteOtherAreaSounds
default boolean muteOtherAreaSounds()
-
muteNpcAreaSounds
default boolean muteNpcAreaSounds()
-
muteEnvironmentAreaSounds
default boolean muteEnvironmentAreaSounds()
-
muteAmbientSounds
default boolean muteAmbientSounds()
-
mutePrayerSounds
default boolean mutePrayerSounds()
-
granularSliders
default boolean granularSliders()
-
getMusicVolume
default int getMusicVolume()
-
setMusicVolume
void setMusicVolume(int vol)
-
getSoundEffectVolume
default int getSoundEffectVolume()
-
setSoundEffectVolume
void setSoundEffectVolume(int val)
-
getAreaSoundEffectVolume
default int getAreaSoundEffectVolume()
-
setAreaSoundEffectVolume
void setAreaSoundEffectVolume(int vol)
-
-