Package net.runelite.api.gameval
Class InterfaceID.PvpArenaBoardOptions
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PvpArenaBoardOptions
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PvpArenaBoardOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBUILDstatic intCONTAINERstatic intDISBANDstatic intDROPDOWN_BUILDstatic intDROPDOWN_CLOSEstatic intDROPDOWN_CONTAINERstatic intDROPDOWN_PANELstatic intDROPDOWN_RANK_MAXstatic intDROPDOWN_RANK_MINstatic intDROPDOWN_SCROLLBARstatic intMENUstatic intMENU_TEXT0static intRANK_MAXstatic intRANK_MINstatic intSAVEstatic intUNIVERSEstatic intUNIVERSE_GRAPHIC0static intUNIVERSE_GRAPHIC2static intUNIVERSE_TEXT1
-
Constructor Summary
Constructors Constructor Description PvpArenaBoardOptions()
-
-
-
Field Detail
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC0
public static final int UNIVERSE_GRAPHIC0
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT1
public static final int UNIVERSE_TEXT1
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC2
public static final int UNIVERSE_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
-
DROPDOWN_CONTAINER
public static final int DROPDOWN_CONTAINER
- See Also:
- Constant Field Values
-
RANK_MIN
public static final int RANK_MIN
- See Also:
- Constant Field Values
-
RANK_MAX
public static final int RANK_MAX
- See Also:
- Constant Field Values
-
BUILD
public static final int BUILD
- See Also:
- Constant Field Values
-
SAVE
public static final int SAVE
- See Also:
- Constant Field Values
-
DISBAND
public static final int DISBAND
- See Also:
- Constant Field Values
-
DROPDOWN_CLOSE
public static final int DROPDOWN_CLOSE
- See Also:
- Constant Field Values
-
DROPDOWN_PANEL
public static final int DROPDOWN_PANEL
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
DROPDOWN_RANK_MIN
public static final int DROPDOWN_RANK_MIN
- See Also:
- Constant Field Values
-
DROPDOWN_RANK_MAX
public static final int DROPDOWN_RANK_MAX
- See Also:
- Constant Field Values
-
DROPDOWN_BUILD
public static final int DROPDOWN_BUILD
- See Also:
- Constant Field Values
-
DROPDOWN_SCROLLBAR
public static final int DROPDOWN_SCROLLBAR
- See Also:
- Constant Field Values
-
-