Package net.runelite.api.gameval
Class InterfaceID.ClansHall
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ClansHall
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ClansHall extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACK
static int
CONTAINER
static int
DROP_DOWNS
static int
FRAME
static int
INFINITE
static int
LIST
static int
NUMBER_FIELDS
static int
RADIO_BUTTONS
static int
SAVE
static int
SCROLLBAR
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC0
-
Constructor Summary
Constructors Constructor Description ClansHall()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC0
public static final int UNIVERSE_GRAPHIC0
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
BACK
public static final int BACK
- See Also:
- Constant Field Values
-
SAVE
public static final int SAVE
- See Also:
- Constant Field Values
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
DROP_DOWNS
public static final int DROP_DOWNS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
RADIO_BUTTONS
public static final int RADIO_BUTTONS
- See Also:
- Constant Field Values
-
NUMBER_FIELDS
public static final int NUMBER_FIELDS
- See Also:
- Constant Field Values
-
-