Package net.runelite.api.gameval
Class InterfaceID.PvpArenaChoosebuild
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PvpArenaChoosebuild
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PvpArenaChoosebuild extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUILDTYPES
static int
BUILDTYPES_GRAPHIC0
static int
CONFIRM
static int
FRAME
static int
STATLIST_CONTAINER
static int
STATLIST_CONTAINER_GRAPHIC0
static int
STATLIST_CONTAINER_RECT1
static int
STATLIST_CONTAINER_RECT2
static int
STATLIST_LEFT
static int
STATLIST_RIGHT
static int
STATS
static int
STATS_MODEL2
static int
STATS_MODEL3
static int
STATS_MODEL4
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description PvpArenaChoosebuild()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
STATS
public static final int STATS
- See Also:
- Constant Field Values
-
BUILDTYPES
public static final int BUILDTYPES
- See Also:
- Constant Field Values
-
BUILDTYPES_GRAPHIC0
public static final int BUILDTYPES_GRAPHIC0
- See Also:
- Constant Field Values
-
STATLIST_CONTAINER
public static final int STATLIST_CONTAINER
- See Also:
- Constant Field Values
-
STATLIST_CONTAINER_GRAPHIC0
public static final int STATLIST_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
STATLIST_CONTAINER_RECT1
public static final int STATLIST_CONTAINER_RECT1
- See Also:
- Constant Field Values
-
STATLIST_CONTAINER_RECT2
public static final int STATLIST_CONTAINER_RECT2
- See Also:
- Constant Field Values
-
STATLIST_LEFT
public static final int STATLIST_LEFT
- See Also:
- Constant Field Values
-
STATLIST_RIGHT
public static final int STATLIST_RIGHT
- See Also:
- Constant Field Values
-
STATS_MODEL2
public static final int STATS_MODEL2
- See Also:
- Constant Field Values
-
STATS_MODEL3
public static final int STATS_MODEL3
- See Also:
- Constant Field Values
-
STATS_MODEL4
public static final int STATS_MODEL4
- See Also:
- Constant Field Values
-
CONFIRM
public static final int CONFIRM
- See Also:
- Constant Field Values
-
-