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 int
BOTTOM
static int
BUTTONS
static int
FAVOURITE_1
static int
FAVOURITE_2
static int
FILTER_COUNTRY
static int
FILTER_MEMBER
static int
FILTER_THEME
static int
FRAME
static int
INFINITE
static int
INFO
static int
LIST
static int
MIDDLE
static int
MIDDLE_GRAPHIC0
static int
NOFAVOURITES
static int
POPUP
static int
RESET
static int
SCROLLAREA
static int
SCROLLBAR
static int
SEARCH
static int
SORT_COUNTRY
static int
SORT_MEMBER
static int
SORT_NUMBER
static int
SORT_PLAYERS
static int
SORT_THEME
static int
SORTAREA
static int
SORTAREA_RECT0
static int
TOP
static int
UNIVERSE
-
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
-
-