Package net.runelite.api.gameval
Class InterfaceID.ClansEventsCreate
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ClansEventsCreate
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ClansEventsCreate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTIVITY
static int
ACTIVITY_GRAPHIC0
static int
BOTTOM
static int
BOTTOM_MIDDLE
static int
CONTENTS
static int
CREATE
static int
DATE
static int
DATE_GRAPHIC0
static int
DELETE
static int
DROPDOWN_ACTIVITY
static int
DROPDOWN_BOX
static int
DROPDOWN_BOX_GRAPHIC0
static int
DROPDOWN_CONTAINER
static int
DROPDOWN_SCROLLBAR
static int
DROPDOWN_SUBTYPE
static int
DROPDOWN_TYPE
static int
DURATION
static int
DURATION_GRAPHIC0
static int
EXIT
static int
FRAME
static int
INFINITE
static int
MIDDLE
static int
POPUP
static int
RANK_TO_VIEW
static int
RANK_TO_VIEW_GRAPHIC0
static int
SUBTYPE
static int
SUBTYPE_GRAPHIC0
static int
TIME
static int
TIME_GRAPHIC0
static int
TOP
static int
TYPE
static int
TYPE_GRAPHIC0
static int
UNIVERSE
static int
WORLD
static int
WORLD_GRAPHIC0
-
Constructor Summary
Constructors Constructor Description ClansEventsCreate()
-
-
-
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
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
SUBTYPE
public static final int SUBTYPE
- See Also:
- Constant Field Values
-
SUBTYPE_GRAPHIC0
public static final int SUBTYPE_GRAPHIC0
- See Also:
- Constant Field Values
-
DATE
public static final int DATE
- See Also:
- Constant Field Values
-
DATE_GRAPHIC0
public static final int DATE_GRAPHIC0
- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
TYPE_GRAPHIC0
public static final int TYPE_GRAPHIC0
- See Also:
- Constant Field Values
-
MIDDLE
public static final int MIDDLE
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
TIME_GRAPHIC0
public static final int TIME_GRAPHIC0
- See Also:
- Constant Field Values
-
ACTIVITY
public static final int ACTIVITY
- See Also:
- Constant Field Values
-
ACTIVITY_GRAPHIC0
public static final int ACTIVITY_GRAPHIC0
- See Also:
- Constant Field Values
-
BOTTOM_MIDDLE
public static final int BOTTOM_MIDDLE
- See Also:
- Constant Field Values
-
WORLD
public static final int WORLD
- See Also:
- Constant Field Values
-
WORLD_GRAPHIC0
public static final int WORLD_GRAPHIC0
- See Also:
- Constant Field Values
-
DURATION
public static final int DURATION
- See Also:
- Constant Field Values
-
DURATION_GRAPHIC0
public static final int DURATION_GRAPHIC0
- See Also:
- Constant Field Values
-
RANK_TO_VIEW
public static final int RANK_TO_VIEW
- See Also:
- Constant Field Values
-
RANK_TO_VIEW_GRAPHIC0
public static final int RANK_TO_VIEW_GRAPHIC0
- 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
-
DELETE
public static final int DELETE
- 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
-
DROPDOWN_CONTAINER
public static final int DROPDOWN_CONTAINER
- See Also:
- Constant Field Values
-
DROPDOWN_BOX
public static final int DROPDOWN_BOX
- See Also:
- Constant Field Values
-
DROPDOWN_BOX_GRAPHIC0
public static final int DROPDOWN_BOX_GRAPHIC0
- See Also:
- Constant Field Values
-
DROPDOWN_TYPE
public static final int DROPDOWN_TYPE
- See Also:
- Constant Field Values
-
DROPDOWN_SUBTYPE
public static final int DROPDOWN_SUBTYPE
- See Also:
- Constant Field Values
-
DROPDOWN_ACTIVITY
public static final int DROPDOWN_ACTIVITY
- See Also:
- Constant Field Values
-
DROPDOWN_SCROLLBAR
public static final int DROPDOWN_SCROLLBAR
- See Also:
- Constant Field Values
-
-