Package net.runelite.api.gameval
Class InterfaceID.ForestryKitMain
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ForestryKitMain
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ForestryKitMain extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
_1
static int
_5
static int
ALL
static int
BUTTONS_INFO
static int
BUTTONS_LIST
static int
CONTENT
static int
EMPTY
static int
FILL
static int
FRAME
static int
INFINITY
static int
INFO
static int
INFO_BORDER
static int
INFO_LAYER
static int
INFO_LAYER_RECT0
static int
INFO_SCROLLER
static int
LIST
static int
LIST_BORDER
static int
LIST_LAYER
static int
LIST_LAYER_RECT0
static int
LIST_SCROLLER
static int
UNIVERSE
static int
WITHDRAW_TEXT
static int
X
-
Constructor Summary
Constructors Constructor Description ForestryKitMain()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- 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
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
LIST_LAYER
public static final int LIST_LAYER
- See Also:
- Constant Field Values
-
LIST_LAYER_RECT0
public static final int LIST_LAYER_RECT0
- See Also:
- Constant Field Values
-
INFO_LAYER
public static final int INFO_LAYER
- See Also:
- Constant Field Values
-
INFO_LAYER_RECT0
public static final int INFO_LAYER_RECT0
- See Also:
- Constant Field Values
-
BUTTONS_LIST
public static final int BUTTONS_LIST
- See Also:
- Constant Field Values
-
BUTTONS_INFO
public static final int BUTTONS_INFO
- See Also:
- Constant Field Values
-
WITHDRAW_TEXT
public static final int WITHDRAW_TEXT
- See Also:
- Constant Field Values
-
_1
public static final int _1
- See Also:
- Constant Field Values
-
_5
public static final int _5
- See Also:
- Constant Field Values
-
X
public static final int X
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
FILL
public static final int FILL
- See Also:
- Constant Field Values
-
EMPTY
public static final int EMPTY
- 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
-
LIST_BORDER
public static final int LIST_BORDER
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
LIST_SCROLLER
public static final int LIST_SCROLLER
- See Also:
- Constant Field Values
-
-