Package net.runelite.api.gameval
Class InterfaceID.GravestoneGeneric
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.GravestoneGeneric
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.GravestoneGeneric extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CONTENT
static int
FEE
static int
FRAME
static int
FREE_CONTAINER
static int
FREE_CONTAINER_TEXT0
static int
FREEBUTTON
static int
FREEBUTTON_GFX
static int
FREEITEMS
static int
FREESCROLLBAR
static int
INCINERATOR
static int
INFO
static int
PAY_CONTAINER
static int
PAY_TOP
static int
PAYBUTTON
static int
PAYBUTTON_GFX
static int
PAYITEMS
static int
PAYSCROLLBAR
static int
RESIZE_PREVIEW
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description GravestoneGeneric()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
FREE_CONTAINER
public static final int FREE_CONTAINER
- See Also:
- Constant Field Values
-
FREE_CONTAINER_TEXT0
public static final int FREE_CONTAINER_TEXT0
- See Also:
- Constant Field Values
-
FREEITEMS
public static final int FREEITEMS
- See Also:
- Constant Field Values
-
FREESCROLLBAR
public static final int FREESCROLLBAR
- See Also:
- Constant Field Values
-
FREEBUTTON
public static final int FREEBUTTON
- See Also:
- Constant Field Values
-
FREEBUTTON_GFX
public static final int FREEBUTTON_GFX
- See Also:
- Constant Field Values
-
PAY_CONTAINER
public static final int PAY_CONTAINER
- See Also:
- Constant Field Values
-
PAY_TOP
public static final int PAY_TOP
- See Also:
- Constant Field Values
-
FEE
public static final int FEE
- See Also:
- Constant Field Values
-
PAYITEMS
public static final int PAYITEMS
- See Also:
- Constant Field Values
-
PAYSCROLLBAR
public static final int PAYSCROLLBAR
- See Also:
- Constant Field Values
-
PAYBUTTON
public static final int PAYBUTTON
- See Also:
- Constant Field Values
-
PAYBUTTON_GFX
public static final int PAYBUTTON_GFX
- See Also:
- Constant Field Values
-
INCINERATOR
public static final int INCINERATOR
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
RESIZE_PREVIEW
public static final int RESIZE_PREVIEW
- See Also:
- Constant Field Values
-
-