Package net.runelite.api.gameval
Class InterfaceID.GeViewonly
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.GeViewonly
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.GeViewonly extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTAINER
static int
CONTAINER_TEXT1
static int
FRAME
static int
TOOLTIP
static int
UNIVERSE
static int
VIEW_0
static int
VIEW_1
static int
VIEW_2
static int
VIEW_3
static int
VIEW_4
static int
VIEW_5
static int
VIEW_6
static int
VIEW_7
-
Constructor Summary
Constructors Constructor Description GeViewonly()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTAINER_TEXT1
public static final int CONTAINER_TEXT1
- See Also:
- Constant Field Values
-
VIEW_0
public static final int VIEW_0
- See Also:
- Constant Field Values
-
VIEW_1
public static final int VIEW_1
- See Also:
- Constant Field Values
-
VIEW_2
public static final int VIEW_2
- See Also:
- Constant Field Values
-
VIEW_3
public static final int VIEW_3
- See Also:
- Constant Field Values
-
VIEW_4
public static final int VIEW_4
- See Also:
- Constant Field Values
-
VIEW_5
public static final int VIEW_5
- See Also:
- Constant Field Values
-
VIEW_6
public static final int VIEW_6
- See Also:
- Constant Field Values
-
VIEW_7
public static final int VIEW_7
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-