Package net.runelite.api
Class SoundEffectVolume
- java.lang.Object
-
- net.runelite.api.SoundEffectVolume
-
public final class SoundEffectVolume extends Object
Volume values for each of the stops on the volume interface
-
-
Field Summary
Fields Modifier and Type Field Description static int
HIGH
static int
LOW
static int
MEDIUM_HIGH
static int
MEDIUM_LOW
static int
MUTED
-
Constructor Summary
Constructors Constructor Description SoundEffectVolume()
-
-
-
Field Detail
-
MUTED
public static final int MUTED
- See Also:
- Constant Field Values
-
LOW
public static final int LOW
- See Also:
- Constant Field Values
-
MEDIUM_LOW
public static final int MEDIUM_LOW
- See Also:
- Constant Field Values
-
MEDIUM_HIGH
public static final int MEDIUM_HIGH
- See Also:
- Constant Field Values
-
HIGH
public static final int HIGH
- See Also:
- Constant Field Values
-
-