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 intADDstatic intBOTTOMstatic intCONTENTSstatic intEXITstatic intFRAMEstatic intHINTstatic intINFINITEstatic intLIST_BLOCKERstatic intLIST_CONTAINERstatic intLIST_CONTAINER_GRAPHIC0static intLIST_CONTENTSstatic intLIST_CONTENTS_RECT0static intLIST_SCROLLBARstatic intSEARCHstatic intUNIVERSE
-
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
-
-