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 intBUTTON_1static intBUTTON_2static intBUTTON_3static intBUTTON_4static intBUTTONSstatic intINFOstatic intINFO_BORDERstatic intINFO_CLOSEstatic intINFO_LAYERstatic intINFO_LAYER_RECT2static intINFO_SCROLLERstatic intITEMS
-
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
-
-