Package net.runelite.api.gameval
Class InterfaceID.FossilDriftnet
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.FossilDriftnet
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.FossilDriftnet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BANK
static int
BIN
static int
BUTTONS
static int
CANCEL
static int
CONFIRM_BANK
static int
CONFIRM_DESTROY
static int
CONFIRMATION
static int
CONFIRMATION_RECT0
static int
CONTENT_LAYER
static int
FRAME
static int
INV
static int
INV_LAYER
static int
MESSAGE
static int
ROOT_RECT0
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description FossilDriftnet()
-
-
-
Field Detail
-
ROOT_RECT0
public static final int ROOT_RECT0
- 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_LAYER
public static final int CONTENT_LAYER
- See Also:
- Constant Field Values
-
INV_LAYER
public static final int INV_LAYER
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
BIN
public static final int BIN
- See Also:
- Constant Field Values
-
BANK
public static final int BANK
- See Also:
- Constant Field Values
-
INV
public static final int INV
- See Also:
- Constant Field Values
-
CONFIRMATION
public static final int CONFIRMATION
- See Also:
- Constant Field Values
-
CONFIRMATION_RECT0
public static final int CONFIRMATION_RECT0
- See Also:
- Constant Field Values
-
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
-
CONFIRM_DESTROY
public static final int CONFIRM_DESTROY
- See Also:
- Constant Field Values
-
CONFIRM_BANK
public static final int CONFIRM_BANK
- See Also:
- Constant Field Values
-
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
-
-