Package net.runelite.api.gameval
Class InterfaceID.TelenexusTeleport
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TelenexusTeleport
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TelenexusTeleport extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
EXTRA_KEY_LISTENERS
static int
EXTRAS
static int
FRAME
static int
GFX1
static int
GFX2
static int
KEY_LISTENERS
static int
LIST_1
static int
LIST_1_RECT2
static int
NEXUS_MODEL
static int
OPTIONS_FRAME
static int
OPTIONS_LAYER
static int
ROWS1
static int
ROWS2
static int
SCROLLBAR1
static int
SCROLLING1
static int
SCRY_PORTAL
static int
TEXT1
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TelenexusTeleport()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
NEXUS_MODEL
public static final int NEXUS_MODEL
- See Also:
- Constant Field Values
-
SCRY_PORTAL
public static final int SCRY_PORTAL
- See Also:
- Constant Field Values
-
OPTIONS_FRAME
public static final int OPTIONS_FRAME
- See Also:
- Constant Field Values
-
LIST_1
public static final int LIST_1
- See Also:
- Constant Field Values
-
EXTRA_KEY_LISTENERS
public static final int EXTRA_KEY_LISTENERS
- See Also:
- Constant Field Values
-
KEY_LISTENERS
public static final int KEY_LISTENERS
- See Also:
- Constant Field Values
-
LIST_1_RECT2
public static final int LIST_1_RECT2
- See Also:
- Constant Field Values
-
OPTIONS_LAYER
public static final int OPTIONS_LAYER
- See Also:
- Constant Field Values
-
SCROLLING1
public static final int SCROLLING1
- See Also:
- Constant Field Values
-
TEXT1
public static final int TEXT1
- See Also:
- Constant Field Values
-
ROWS1
public static final int ROWS1
- See Also:
- Constant Field Values
-
SCROLLBAR1
public static final int SCROLLBAR1
- See Also:
- Constant Field Values
-
GFX1
public static final int GFX1
- See Also:
- Constant Field Values
-
EXTRAS
public static final int EXTRAS
- See Also:
- Constant Field Values
-
ROWS2
public static final int ROWS2
- See Also:
- Constant Field Values
-
GFX2
public static final int GFX2
- See Also:
- Constant Field Values
-
-