Package net.runelite.api.gameval
Class InterfaceID.Telenexus
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Telenexus
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Telenexus extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARROW1
static int
ARROW2
static int
AVAILABLE_TEXT
static int
BUTTON_GFX
static int
BUTTON_TEXT
static int
CANCEL_GFX
static int
CANCEL_TEXT
static int
CONFIRM
static int
CONFIRM_DETAILS
static int
CONFIRM_DETAILS_TEXT
static int
CONFIRM_GFX
static int
CONFIRM_RECT0
static int
CONFIRM_TEXT
static int
CONTENTS
static int
COST_BOUNDS
static int
COST_CONTAINER
static int
DRAG_HANDLES1
static int
DRAG_HANDLES2
static int
FRAME
static int
LEFT_CLICK_LAYER
static int
LEFT_CLICK_OPTIONS
static int
LEFT_CLICK_SET
static int
LEFT_CLICK_TICK
static int
LEFT_TEXT
static int
LIST1
static int
LIST1_RECT0
static int
LIST2
static int
LIST2_RECT0
static int
NON_SLOTTED_LIST
static int
PORTAL_MODEL
static int
ROWS1
static int
ROWS2
static int
SCROLLBAR1
static int
SCROLLBAR2
static int
SCROLLING1
static int
SCROLLING2
static int
SLOTS_TEXT
static int
SLOTTED_LIST
static int
TELENEXUS_CANCEL
static int
TELENEXUS_CONFIRM
static int
TELENEXUS_DONEBUTTON
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Telenexus()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
LEFT_CLICK_LAYER
public static final int LEFT_CLICK_LAYER
- See Also:
- Constant Field Values
-
LEFT_CLICK_TICK
public static final int LEFT_CLICK_TICK
- See Also:
- Constant Field Values
-
PORTAL_MODEL
public static final int PORTAL_MODEL
- See Also:
- Constant Field Values
-
LEFT_TEXT
public static final int LEFT_TEXT
- See Also:
- Constant Field Values
-
LEFT_CLICK_SET
public static final int LEFT_CLICK_SET
- See Also:
- Constant Field Values
-
LEFT_CLICK_OPTIONS
public static final int LEFT_CLICK_OPTIONS
- See Also:
- Constant Field Values
-
TELENEXUS_DONEBUTTON
public static final int TELENEXUS_DONEBUTTON
- See Also:
- Constant Field Values
-
ARROW1
public static final int ARROW1
- See Also:
- Constant Field Values
-
ARROW2
public static final int ARROW2
- See Also:
- Constant Field Values
-
BUTTON_GFX
public static final int BUTTON_GFX
- See Also:
- Constant Field Values
-
BUTTON_TEXT
public static final int BUTTON_TEXT
- See Also:
- Constant Field Values
-
AVAILABLE_TEXT
public static final int AVAILABLE_TEXT
- See Also:
- Constant Field Values
-
LIST1
public static final int LIST1
- See Also:
- Constant Field Values
-
LIST1_RECT0
public static final int LIST1_RECT0
- See Also:
- Constant Field Values
-
SLOTS_TEXT
public static final int SLOTS_TEXT
- See Also:
- Constant Field Values
-
LIST2
public static final int LIST2
- See Also:
- Constant Field Values
-
LIST2_RECT0
public static final int LIST2_RECT0
- See Also:
- Constant Field Values
-
SCROLLING1
public static final int SCROLLING1
- See Also:
- Constant Field Values
-
ROWS1
public static final int ROWS1
- See Also:
- Constant Field Values
-
NON_SLOTTED_LIST
public static final int NON_SLOTTED_LIST
- See Also:
- Constant Field Values
-
DRAG_HANDLES1
public static final int DRAG_HANDLES1
- See Also:
- Constant Field Values
-
SCROLLBAR1
public static final int SCROLLBAR1
- See Also:
- Constant Field Values
-
COST_BOUNDS
public static final int COST_BOUNDS
- See Also:
- Constant Field Values
-
CONFIRM
public static final int CONFIRM
- See Also:
- Constant Field Values
-
CONFIRM_RECT0
public static final int CONFIRM_RECT0
- See Also:
- Constant Field Values
-
CONFIRM_DETAILS_TEXT
public static final int CONFIRM_DETAILS_TEXT
- See Also:
- Constant Field Values
-
CONFIRM_DETAILS
public static final int CONFIRM_DETAILS
- See Also:
- Constant Field Values
-
TELENEXUS_CONFIRM
public static final int TELENEXUS_CONFIRM
- See Also:
- Constant Field Values
-
TELENEXUS_CANCEL
public static final int TELENEXUS_CANCEL
- See Also:
- Constant Field Values
-
CONFIRM_GFX
public static final int CONFIRM_GFX
- See Also:
- Constant Field Values
-
CONFIRM_TEXT
public static final int CONFIRM_TEXT
- See Also:
- Constant Field Values
-
COST_CONTAINER
public static final int COST_CONTAINER
- See Also:
- Constant Field Values
-
CANCEL_GFX
public static final int CANCEL_GFX
- See Also:
- Constant Field Values
-
CANCEL_TEXT
public static final int CANCEL_TEXT
- See Also:
- Constant Field Values
-
SCROLLING2
public static final int SCROLLING2
- See Also:
- Constant Field Values
-
ROWS2
public static final int ROWS2
- See Also:
- Constant Field Values
-
SLOTTED_LIST
public static final int SLOTTED_LIST
- See Also:
- Constant Field Values
-
DRAG_HANDLES2
public static final int DRAG_HANDLES2
- See Also:
- Constant Field Values
-
SCROLLBAR2
public static final int SCROLLBAR2
- See Also:
- Constant Field Values
-
-