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 intCONTAINERstatic intCONTAINER_GRAPHIC0static intCONTAINER_GRAPHIC2static intCONTAINER_TEXT1static intFIGHTWORLD_AUstatic intFIGHTWORLD_UKstatic intFIGHTWORLD_USstatic intMENUstatic intMENU_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
-
-