Package net.runelite.api.gameval
Class InterfaceID.IronmanSetup
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.IronmanSetup
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.IronmanSetup extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTON_CONTAINER
static int
CONTENTS
static int
CURRENT
static int
CURRENT_GRAPHIC0
static int
DOWNGRADE_CANCEL
static int
DOWNGRADE_CONTAINER
static int
DOWNGRADE_LONG
static int
DOWNGRADE_SHORT
static int
FRAME
static int
GIM_BUTTON
static int
GIM_INFO
static int
HCGIM_BUTTON
static int
HCGIM_INFO
static int
HCIM_BUTTON
static int
HCIM_INFO
static int
IM_BUTTON
static int
IM_INFO
static int
INFINITE
static int
INFO_CONTAINER
static int
NONE_BUTTON
static int
NONE_INFO
static int
POPUP
static int
SCROLLBAR
static int
SCROLLING
static int
SCROLLING_TEXT2
static int
UGIM_BUTTON
static int
UGIM_INFO
static int
UIM_BUTTON
static int
UIM_INFO
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description IronmanSetup()
-
-
-
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
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
SCROLLING
public static final int SCROLLING
- See Also:
- Constant Field Values
-
CURRENT
public static final int CURRENT
- See Also:
- Constant Field Values
-
CURRENT_GRAPHIC0
public static final int CURRENT_GRAPHIC0
- See Also:
- Constant Field Values
-
DOWNGRADE_CONTAINER
public static final int DOWNGRADE_CONTAINER
- See Also:
- Constant Field Values
-
DOWNGRADE_SHORT
public static final int DOWNGRADE_SHORT
- See Also:
- Constant Field Values
-
DOWNGRADE_LONG
public static final int DOWNGRADE_LONG
- See Also:
- Constant Field Values
-
DOWNGRADE_CANCEL
public static final int DOWNGRADE_CANCEL
- See Also:
- Constant Field Values
-
SCROLLING_TEXT2
public static final int SCROLLING_TEXT2
- See Also:
- Constant Field Values
-
INFO_CONTAINER
public static final int INFO_CONTAINER
- See Also:
- Constant Field Values
-
NONE_INFO
public static final int NONE_INFO
- See Also:
- Constant Field Values
-
IM_INFO
public static final int IM_INFO
- See Also:
- Constant Field Values
-
UIM_INFO
public static final int UIM_INFO
- See Also:
- Constant Field Values
-
HCIM_INFO
public static final int HCIM_INFO
- See Also:
- Constant Field Values
-
GIM_INFO
public static final int GIM_INFO
- See Also:
- Constant Field Values
-
HCGIM_INFO
public static final int HCGIM_INFO
- See Also:
- Constant Field Values
-
UGIM_INFO
public static final int UGIM_INFO
- See Also:
- Constant Field Values
-
BUTTON_CONTAINER
public static final int BUTTON_CONTAINER
- See Also:
- Constant Field Values
-
NONE_BUTTON
public static final int NONE_BUTTON
- See Also:
- Constant Field Values
-
IM_BUTTON
public static final int IM_BUTTON
- See Also:
- Constant Field Values
-
UIM_BUTTON
public static final int UIM_BUTTON
- See Also:
- Constant Field Values
-
HCIM_BUTTON
public static final int HCIM_BUTTON
- See Also:
- Constant Field Values
-
GIM_BUTTON
public static final int GIM_BUTTON
- See Also:
- Constant Field Values
-
HCGIM_BUTTON
public static final int HCGIM_BUTTON
- See Also:
- Constant Field Values
-
UGIM_BUTTON
public static final int UGIM_BUTTON
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
-