Package net.runelite.api.gameval
Class InterfaceID.ClansEvents
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ClansEvents
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ClansEvents extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBOTTOMstatic intCONTENTSstatic intCREATEstatic intEDITstatic intEXITstatic intFRAMEstatic intINFINITEstatic intLIST_CONTAINERstatic intLIST_CONTAINER_GRAPHIC0static intLIST_CONTENTSstatic intLIST_CONTENTS_ACTIVITYstatic intLIST_CONTENTS_CREATORstatic intLIST_CONTENTS_DATEstatic intLIST_CONTENTS_DURATIONstatic intLIST_CONTENTS_RANK_TO_VIEWstatic intLIST_CONTENTS_RANK_TO_VIEW_ICONstatic intLIST_CONTENTS_SEPARATORstatic intLIST_CONTENTS_SUBTYPEstatic intLIST_CONTENTS_TIMEstatic intLIST_CONTENTS_TYPEstatic intLIST_CONTENTS_WORLDstatic intLIST_SCROLLBARstatic intPOPUPstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description ClansEvents()
-
-
-
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
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
-
EDIT
public static final int EDIT
- 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_SEPARATOR
public static final int LIST_CONTENTS_SEPARATOR
- See Also:
- Constant Field Values
-
LIST_CONTENTS_WORLD
public static final int LIST_CONTENTS_WORLD
- See Also:
- Constant Field Values
-
LIST_CONTENTS_DATE
public static final int LIST_CONTENTS_DATE
- See Also:
- Constant Field Values
-
LIST_CONTENTS_TIME
public static final int LIST_CONTENTS_TIME
- See Also:
- Constant Field Values
-
LIST_CONTENTS_DURATION
public static final int LIST_CONTENTS_DURATION
- See Also:
- Constant Field Values
-
LIST_CONTENTS_TYPE
public static final int LIST_CONTENTS_TYPE
- See Also:
- Constant Field Values
-
LIST_CONTENTS_ACTIVITY
public static final int LIST_CONTENTS_ACTIVITY
- See Also:
- Constant Field Values
-
LIST_CONTENTS_SUBTYPE
public static final int LIST_CONTENTS_SUBTYPE
- See Also:
- Constant Field Values
-
LIST_CONTENTS_CREATOR
public static final int LIST_CONTENTS_CREATOR
- See Also:
- Constant Field Values
-
LIST_CONTENTS_RANK_TO_VIEW
public static final int LIST_CONTENTS_RANK_TO_VIEW
- See Also:
- Constant Field Values
-
LIST_CONTENTS_RANK_TO_VIEW_ICON
public static final int LIST_CONTENTS_RANK_TO_VIEW_ICON
- See Also:
- Constant Field Values
-
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
LIST_SCROLLBAR
public static final int LIST_SCROLLBAR
- See Also:
- Constant Field Values
-
-