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 int
BOTTOM
static int
CONTENTS
static int
CREATE
static int
EDIT
static int
EXIT
static int
FRAME
static int
INFINITE
static int
LIST_CONTAINER
static int
LIST_CONTAINER_GRAPHIC0
static int
LIST_CONTENTS
static int
LIST_CONTENTS_ACTIVITY
static int
LIST_CONTENTS_CREATOR
static int
LIST_CONTENTS_DATE
static int
LIST_CONTENTS_DURATION
static int
LIST_CONTENTS_RANK_TO_VIEW
static int
LIST_CONTENTS_RANK_TO_VIEW_ICON
static int
LIST_CONTENTS_SEPARATOR
static int
LIST_CONTENTS_SUBTYPE
static int
LIST_CONTENTS_TIME
static int
LIST_CONTENTS_TYPE
static int
LIST_CONTENTS_WORLD
static int
LIST_SCROLLBAR
static int
POPUP
static int
UNIVERSE
-
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
-
-