Package net.runelite.api.gameval
Class InterfaceID.ClanwarsView
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ClanwarsView
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ClanwarsView extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CENTRAL
static int
NE
static int
NW
static int
SE
static int
SW
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC0
static int
UNIVERSE_GRAPHIC1
static int
UNIVERSE_GRAPHIC2
-
Constructor Summary
Constructors Constructor Description ClanwarsView()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC0
public static final int UNIVERSE_GRAPHIC0
- 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
-
CENTRAL
public static final int CENTRAL
- See Also:
- Constant Field Values
-
SW
public static final int SW
- See Also:
- Constant Field Values
-
SE
public static final int SE
- See Also:
- Constant Field Values
-
NW
public static final int NW
- See Also:
- Constant Field Values
-
NE
public static final int NE
- See Also:
- Constant Field Values
-
-