Package net.runelite.api.gameval
Class InterfaceID.WorldswitcherOptions
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.WorldswitcherOptions
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.WorldswitcherOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBOTTOMstatic intBUTTONSstatic intFAVOURITE_1static intFAVOURITE_2static intFILTER_COUNTRYstatic intFILTER_MEMBERstatic intFILTER_THEMEstatic intFRAMEstatic intINFINITEstatic intINFOstatic intLISTstatic intMIDDLEstatic intMIDDLE_GRAPHIC0static intNOFAVOURITESstatic intPOPUPstatic intRESETstatic intSCROLLAREAstatic intSCROLLBARstatic intSEARCHstatic intSORT_COUNTRYstatic intSORT_MEMBERstatic intSORT_NUMBERstatic intSORT_PLAYERSstatic intSORT_THEMEstatic intSORTAREAstatic intSORTAREA_RECT0static intTOPstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description WorldswitcherOptions()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
FILTER_MEMBER
public static final int FILTER_MEMBER
- See Also:
- Constant Field Values
-
FILTER_COUNTRY
public static final int FILTER_COUNTRY
- See Also:
- Constant Field Values
-
FILTER_THEME
public static final int FILTER_THEME
- See Also:
- Constant Field Values
-
SEARCH
public static final int SEARCH
- See Also:
- Constant Field Values
-
RESET
public static final int RESET
- See Also:
- Constant Field Values
-
MIDDLE
public static final int MIDDLE
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC0
public static final int MIDDLE_GRAPHIC0
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
SORTAREA
public static final int SORTAREA
- See Also:
- Constant Field Values
-
SORTAREA_RECT0
public static final int SORTAREA_RECT0
- See Also:
- Constant Field Values
-
SORT_MEMBER
public static final int SORT_MEMBER
- See Also:
- Constant Field Values
-
SORT_NUMBER
public static final int SORT_NUMBER
- See Also:
- Constant Field Values
-
SORT_COUNTRY
public static final int SORT_COUNTRY
- See Also:
- Constant Field Values
-
SORT_PLAYERS
public static final int SORT_PLAYERS
- See Also:
- Constant Field Values
-
SORT_THEME
public static final int SORT_THEME
- See Also:
- Constant Field Values
-
SCROLLAREA
public static final int SCROLLAREA
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
NOFAVOURITES
public static final int NOFAVOURITES
- See Also:
- Constant Field Values
-
FAVOURITE_1
public static final int FAVOURITE_1
- See Also:
- Constant Field Values
-
FAVOURITE_2
public static final int FAVOURITE_2
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
-