Package net.runelite.api
Class StructID
- java.lang.Object
-
- net.runelite.api.StructID
-
public final class StructID extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
SETTINGS_AREA_VOLUME
static int
SETTINGS_EFFECT_VOLUME
static int
SETTINGS_MUSIC_VOLUME
-
Constructor Summary
Constructors Constructor Description StructID()
-
-
-
Field Detail
-
SETTINGS_MUSIC_VOLUME
public static final int SETTINGS_MUSIC_VOLUME
- See Also:
- Constant Field Values
-
SETTINGS_EFFECT_VOLUME
public static final int SETTINGS_EFFECT_VOLUME
- See Also:
- Constant Field Values
-
SETTINGS_AREA_VOLUME
public static final int SETTINGS_AREA_VOLUME
- See Also:
- Constant Field Values
-
-