Package net.runelite.api.gameval
Class InterfaceID._1v1ArenaResults
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID._1v1ArenaResults
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID._1v1ArenaResults extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLEAR
static int
CONTENTS
static int
CONTENTS_RECT0
static int
CONTENTS_RECT1
static int
CONTENTS_RECT2
static int
CONTENTS_RECT3
static int
DATA1
static int
DATA2
static int
FRAME
static int
NAME1
static int
NAME2
static int
ROWS
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description _1v1ArenaResults()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
CONTENTS_RECT0
public static final int CONTENTS_RECT0
- See Also:
- Constant Field Values
-
CONTENTS_RECT1
public static final int CONTENTS_RECT1
- See Also:
- Constant Field Values
-
CONTENTS_RECT2
public static final int CONTENTS_RECT2
- See Also:
- Constant Field Values
-
CONTENTS_RECT3
public static final int CONTENTS_RECT3
- See Also:
- Constant Field Values
-
ROWS
public static final int ROWS
- See Also:
- Constant Field Values
-
NAME1
public static final int NAME1
- See Also:
- Constant Field Values
-
NAME2
public static final int NAME2
- See Also:
- Constant Field Values
-
DATA1
public static final int DATA1
- See Also:
- Constant Field Values
-
DATA2
public static final int DATA2
- See Also:
- Constant Field Values
-
CLEAR
public static final int CLEAR
- See Also:
- Constant Field Values
-
-