Package net.runelite.api.gameval
Class InterfaceID.StarNoticeboard
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.StarNoticeboard
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.StarNoticeboard extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE_BUTTON
static int
CONTENT
static int
NOTICE_BOARD
static int
STAR_DISCOVERED_BY
static int
STAR_FINDER_1
static int
STAR_FINDER_2
static int
STAR_FINDER_3
static int
STAR_FINDER_4
static int
STAR_FINDER_5
static int
STAR_LANDING_TIME
static int
STAR_PERSONAL_COUNT
static int
STAR_TIME_1
static int
STAR_TIME_2
static int
STAR_TIME_3
static int
STAR_TIME_4
static int
STAR_TIME_5
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description StarNoticeboard()
-
-
-
Field Detail
-
NOTICE_BOARD
public static final int NOTICE_BOARD
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
STAR_DISCOVERED_BY
public static final int STAR_DISCOVERED_BY
- See Also:
- Constant Field Values
-
STAR_LANDING_TIME
public static final int STAR_LANDING_TIME
- See Also:
- Constant Field Values
-
STAR_TIME_1
public static final int STAR_TIME_1
- See Also:
- Constant Field Values
-
STAR_TIME_2
public static final int STAR_TIME_2
- See Also:
- Constant Field Values
-
STAR_TIME_3
public static final int STAR_TIME_3
- See Also:
- Constant Field Values
-
STAR_TIME_4
public static final int STAR_TIME_4
- See Also:
- Constant Field Values
-
STAR_TIME_5
public static final int STAR_TIME_5
- See Also:
- Constant Field Values
-
STAR_FINDER_1
public static final int STAR_FINDER_1
- See Also:
- Constant Field Values
-
STAR_FINDER_2
public static final int STAR_FINDER_2
- See Also:
- Constant Field Values
-
STAR_FINDER_3
public static final int STAR_FINDER_3
- See Also:
- Constant Field Values
-
STAR_FINDER_4
public static final int STAR_FINDER_4
- See Also:
- Constant Field Values
-
STAR_FINDER_5
public static final int STAR_FINDER_5
- See Also:
- Constant Field Values
-
STAR_PERSONAL_COUNT
public static final int STAR_PERSONAL_COUNT
- See Also:
- Constant Field Values
-
-