Package net.runelite.api.gameval
Class InterfaceID.ClanwarsGameover
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ClanwarsGameover
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ClanwarsGameover extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DECOR
static int
MESSAGE
static int
TITLE
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC4
static int
UNIVERSE_MODEL0
-
Constructor Summary
Constructors Constructor Description ClanwarsGameover()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL0
public static final int UNIVERSE_MODEL0
- See Also:
- Constant Field Values
-
DECOR
public static final int DECOR
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC4
public static final int UNIVERSE_GRAPHIC4
- See Also:
- Constant Field Values
-
-