Package net.runelite.api.gameval
Class InterfaceID.OmnishopSide
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.OmnishopSide
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.OmnishopSide extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTON_1
static int
BUTTON_2
static int
BUTTON_3
static int
BUTTON_4
static int
BUTTONS
static int
INFO
static int
INFO_BORDER
static int
INFO_CLOSE
static int
INFO_LAYER
static int
INFO_LAYER_RECT2
static int
INFO_SCROLLER
static int
ITEMS
-
Constructor Summary
Constructors Constructor Description OmnishopSide()
-
-
-
Field Detail
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
INFO_LAYER
public static final int INFO_LAYER
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
INFO_CLOSE
public static final int INFO_CLOSE
- See Also:
- Constant Field Values
-
INFO_LAYER_RECT2
public static final int INFO_LAYER_RECT2
- See Also:
- Constant Field Values
-
INFO_BORDER
public static final int INFO_BORDER
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
INFO_SCROLLER
public static final int INFO_SCROLLER
- See Also:
- Constant Field Values
-
BUTTON_1
public static final int BUTTON_1
- See Also:
- Constant Field Values
-
BUTTON_2
public static final int BUTTON_2
- See Also:
- Constant Field Values
-
BUTTON_3
public static final int BUTTON_3
- See Also:
- Constant Field Values
-
BUTTON_4
public static final int BUTTON_4
- See Also:
- Constant Field Values
-
-