Package net.runelite.api.gameval
Class InterfaceID.Worldswitcher
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Worldswitcher
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Worldswitcher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOTTOM
static int
BUTTONS
static int
CLOSE
static int
FAVOURITE_1
static int
FAVOURITE_2
static int
INFO
static int
LIST
static int
LOGOUT
static int
MIDDLE
static int
MIDDLE_RECT0
static int
MIDDLE_RECT1
static int
MIDDLE_RECT2
static int
NOFAVOURITES
static int
OPTIONS
static int
SCROLLAREA
static int
SCROLLBAR
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
TITLE
static int
TOOLTIP
static int
TOP
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC0
-
Constructor Summary
Constructors Constructor Description Worldswitcher()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC0
public static final int UNIVERSE_GRAPHIC0
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
OPTIONS
public static final int OPTIONS
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
MIDDLE
public static final int MIDDLE
- See Also:
- Constant Field Values
-
MIDDLE_RECT0
public static final int MIDDLE_RECT0
- See Also:
- Constant Field Values
-
MIDDLE_RECT1
public static final int MIDDLE_RECT1
- See Also:
- Constant Field Values
-
MIDDLE_RECT2
public static final int MIDDLE_RECT2
- 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
-
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
-
LOGOUT
public static final int LOGOUT
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-