Package net.runelite.api.gameval
Class InterfaceID.PvpArenaSideoptions
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PvpArenaSideoptions
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PvpArenaSideoptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTAINER
static int
CONTAINER_GRAPHIC0
static int
CONTAINER_GRAPHIC2
static int
CONTAINER_TEXT1
static int
FIGHTWORLD_AU
static int
FIGHTWORLD_UK
static int
FIGHTWORLD_US
static int
MENU
static int
MENU_TEXT0
-
Constructor Summary
Constructors Constructor Description PvpArenaSideoptions()
-
-
-
Field Detail
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
CONTAINER_GRAPHIC0
public static final int CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
CONTAINER_TEXT1
public static final int CONTAINER_TEXT1
- See Also:
- Constant Field Values
-
CONTAINER_GRAPHIC2
public static final int CONTAINER_GRAPHIC2
- See Also:
- Constant Field Values
-
MENU
public static final int MENU
- See Also:
- Constant Field Values
-
MENU_TEXT0
public static final int MENU_TEXT0
- See Also:
- Constant Field Values
-
FIGHTWORLD_US
public static final int FIGHTWORLD_US
- See Also:
- Constant Field Values
-
FIGHTWORLD_UK
public static final int FIGHTWORLD_UK
- See Also:
- Constant Field Values
-
FIGHTWORLD_AU
public static final int FIGHTWORLD_AU
- See Also:
- Constant Field Values
-
-