Package net.runelite.api.gameval
Class InterfaceID.DeadmanDelay
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DeadmanDelay
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DeadmanDelay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTINUE
static int
COUNT
static int
HIDE_CONTINUE
static int
HIDE_COUNT
static int
TEXT
-
Constructor Summary
Constructors Constructor Description DeadmanDelay()
-
-
-
Field Detail
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
HIDE_COUNT
public static final int HIDE_COUNT
- See Also:
- Constant Field Values
-
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
-
HIDE_CONTINUE
public static final int HIDE_CONTINUE
- See Also:
- Constant Field Values
-
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
-
-