Package net.runelite.api.gameval
Class InterfaceID.WildernessWarningscreen
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.WildernessWarningscreen
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.WildernessWarningscreen extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FRAME
static int
MESSAGE
static int
NO
static int
ROOT_RECT0
static int
TOGGLE
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC1
static int
UNIVERSE_GRAPHIC2
static int
UNIVERSE_MODEL4
static int
UNIVERSE_MODEL5
static int
UNIVERSE_MODEL6
static int
UNIVERSE_MODEL7
static int
UNIVERSE_TEXT3
static int
YES
-
Constructor Summary
Constructors Constructor Description WildernessWarningscreen()
-
-
-
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
-
UNIVERSE_GRAPHIC1
public static final int UNIVERSE_GRAPHIC1
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC2
public static final int UNIVERSE_GRAPHIC2
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT3
public static final int UNIVERSE_TEXT3
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL4
public static final int UNIVERSE_MODEL4
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL5
public static final int UNIVERSE_MODEL5
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL6
public static final int UNIVERSE_MODEL6
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL7
public static final int UNIVERSE_MODEL7
- See Also:
- Constant Field Values
-
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
-
YES
public static final int YES
- See Also:
- Constant Field Values
-
NO
public static final int NO
- See Also:
- Constant Field Values
-
TOGGLE
public static final int TOGGLE
- See Also:
- Constant Field Values
-
-