Package net.runelite.api.gameval
Class InterfaceID.ClansBanned
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ClansBanned
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ClansBanned extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADD
static int
BOTTOM
static int
CONTENTS
static int
EXIT
static int
FRAME
static int
HINT
static int
INFINITE
static int
LIST_BLOCKER
static int
LIST_CONTAINER
static int
LIST_CONTAINER_GRAPHIC0
static int
LIST_CONTENTS
static int
LIST_CONTENTS_RECT0
static int
LIST_SCROLLBAR
static int
SEARCH
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description ClansBanned()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
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
-
LIST_CONTAINER
public static final int LIST_CONTAINER
- See Also:
- Constant Field Values
-
LIST_CONTAINER_GRAPHIC0
public static final int LIST_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
LIST_CONTENTS
public static final int LIST_CONTENTS
- See Also:
- Constant Field Values
-
LIST_CONTENTS_RECT0
public static final int LIST_CONTENTS_RECT0
- See Also:
- Constant Field Values
-
LIST_SCROLLBAR
public static final int LIST_SCROLLBAR
- See Also:
- Constant Field Values
-
LIST_BLOCKER
public static final int LIST_BLOCKER
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
-
HINT
public static final int HINT
- See Also:
- Constant Field Values
-
SEARCH
public static final int SEARCH
- See Also:
- Constant Field Values
-
ADD
public static final int ADD
- See Also:
- Constant Field Values
-
-