Package net.runelite.api.gameval
Class InterfaceID.Eventscroll
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Eventscroll
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Eventscroll extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AWARD_TEXT
static int
CLOSE_BUTTON
static int
CLOSE_GRAPHIC
static int
CONGRATULATIONS
static int
CONTENT
static int
EVENT_DETAILS
static int
EVENT_FAREWELL_TEXT
static int
EVENT_MODEL
static int
EVENT_REWARDS
static int
EVENT_TITLE
static int
EVENT_TYPE_MODEL
static int
FAREWELL_BACKGROUND_BOX
static int
FAREWELL_MESSAGE_LAYER
static int
ROSETTE
static int
SCROLL
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Eventscroll()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
SCROLL
public static final int SCROLL
- See Also:
- Constant Field Values
-
EVENT_DETAILS
public static final int EVENT_DETAILS
- See Also:
- Constant Field Values
-
CONGRATULATIONS
public static final int CONGRATULATIONS
- See Also:
- Constant Field Values
-
EVENT_TITLE
public static final int EVENT_TITLE
- See Also:
- Constant Field Values
-
AWARD_TEXT
public static final int AWARD_TEXT
- See Also:
- Constant Field Values
-
EVENT_MODEL
public static final int EVENT_MODEL
- See Also:
- Constant Field Values
-
EVENT_REWARDS
public static final int EVENT_REWARDS
- See Also:
- Constant Field Values
-
FAREWELL_MESSAGE_LAYER
public static final int FAREWELL_MESSAGE_LAYER
- See Also:
- Constant Field Values
-
ROSETTE
public static final int ROSETTE
- See Also:
- Constant Field Values
-
FAREWELL_BACKGROUND_BOX
public static final int FAREWELL_BACKGROUND_BOX
- See Also:
- Constant Field Values
-
EVENT_TYPE_MODEL
public static final int EVENT_TYPE_MODEL
- See Also:
- Constant Field Values
-
EVENT_FAREWELL_TEXT
public static final int EVENT_FAREWELL_TEXT
- See Also:
- Constant Field Values
-
CLOSE_GRAPHIC
public static final int CLOSE_GRAPHIC
- See Also:
- Constant Field Values
-
-