Package net.runelite.api.gameval
Class InterfaceID.PvpArenaSidepanel
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PvpArenaSidepanel
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PvpArenaSidepanel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BORDER
static int
BORDER_RECT0
static int
CLOSE
static int
CLOSE_GRAPHIC
static int
CONTENTS
static int
GROUPNAME
static int
HEADER
static int
HINT
static int
LEFT
static int
PLAYERLIST
static int
RIGHT
static int
SCROLLBAR
static int
UNIVERSE
static int
WORLDHOP
-
Constructor Summary
Constructors Constructor Description PvpArenaSidepanel()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CLOSE_GRAPHIC
public static final int CLOSE_GRAPHIC
- See Also:
- Constant Field Values
-
GROUPNAME
public static final int GROUPNAME
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
BORDER_RECT0
public static final int BORDER_RECT0
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
PLAYERLIST
public static final int PLAYERLIST
- See Also:
- Constant Field Values
-
WORLDHOP
public static final int WORLDHOP
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
HINT
public static final int HINT
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
-