Interface MusicConfig
-
-
Field Summary
Fields Modifier and Type Field Description static StringGRANULAR_SLIDERSstatic StringGROUPstatic StringMUTE_AMBIENT_SOUNDS
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanmuteAmbientSounds()default booleanmuteEnvironmentAreaSounds()default booleanmuteNpcAreaSounds()default booleanmuteOtherAreaSounds()default booleanmuteOwnAreaSounds()default booleanmutePrayerSounds()
-
-
-
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()
-
-