Package net.runelite.api.gameval
Class InterfaceID.BrSettings
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BrSettings
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BrSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
FRAME
static int
STATS
static int
STATS_CONTAINER
static int
STATS_GRAPHIC0
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description BrSettings()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
STATS_CONTAINER
public static final int STATS_CONTAINER
- See Also:
- Constant Field Values
-
STATS
public static final int STATS
- See Also:
- Constant Field Values
-
STATS_GRAPHIC0
public static final int STATS_GRAPHIC0
- See Also:
- Constant Field Values
-
-