Package net.runelite.api.gameval
Class InterfaceID.DeathCoffer
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DeathCoffer
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DeathCoffer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
_1
static int
_5
static int
ALL
static int
CONFIRM
static int
CONTENTS
static int
DISPLAY
static int
FRAME
static int
LEFT
static int
LEFT_MODEL0
static int
PORTAL
static int
RIGHT
static int
RIGHT_GRAPHIC0
static int
UNIVERSE
static int
X
-
Constructor Summary
Constructors Constructor Description DeathCoffer()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
LEFT_MODEL0
public static final int LEFT_MODEL0
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
RIGHT_GRAPHIC0
public static final int RIGHT_GRAPHIC0
- See Also:
- Constant Field Values
-
PORTAL
public static final int PORTAL
- See Also:
- Constant Field Values
-
DISPLAY
public static final int DISPLAY
- 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
-
CONFIRM
public static final int CONFIRM
- See Also:
- Constant Field Values
-
-