Package net.runelite.api.gameval
Class InterfaceID.FswSp
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.FswSp
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.FswSp extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BORDER
static int
BORDER_RECT0
static int
CONTENT
static int
CONTENT_INNER
static int
DURATION
static int
DURATION_TEXT
static int
DURATION_TITLE
static int
HEADER
static int
HUD
static int
INFO
static int
INFO_BUTTON
static int
OPTOUT
static int
OPTOUT_BOX
static int
OPTOUT_BUTTON
static int
OPTOUT_TEXT
static int
OPTOUT_TITLE
static int
OTHER
static int
POINTS
static int
POINTS_BOX
static int
POINTS_BUTTON
static int
POINTS_REFRESH
static int
POINTS_REFRESH_BACKGROUND
static int
POINTS_REFRESH_ICON
static int
POINTS_TEXT
static int
POINTS_TITLE
static int
TOOLTIP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description FswSp()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
BORDER_RECT0
public static final int BORDER_RECT0
- See Also:
- Constant Field Values
-
CONTENT_INNER
public static final int CONTENT_INNER
- See Also:
- Constant Field Values
-
POINTS
public static final int POINTS
- See Also:
- Constant Field Values
-
OPTOUT
public static final int OPTOUT
- See Also:
- Constant Field Values
-
POINTS_BOX
public static final int POINTS_BOX
- See Also:
- Constant Field Values
-
POINTS_TITLE
public static final int POINTS_TITLE
- See Also:
- Constant Field Values
-
POINTS_REFRESH
public static final int POINTS_REFRESH
- See Also:
- Constant Field Values
-
POINTS_REFRESH_BACKGROUND
public static final int POINTS_REFRESH_BACKGROUND
- See Also:
- Constant Field Values
-
POINTS_REFRESH_ICON
public static final int POINTS_REFRESH_ICON
- See Also:
- Constant Field Values
-
POINTS_TEXT
public static final int POINTS_TEXT
- See Also:
- Constant Field Values
-
POINTS_BUTTON
public static final int POINTS_BUTTON
- See Also:
- Constant Field Values
-
DURATION
public static final int DURATION
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
INFO_BUTTON
public static final int INFO_BUTTON
- See Also:
- Constant Field Values
-
DURATION_TITLE
public static final int DURATION_TITLE
- See Also:
- Constant Field Values
-
DURATION_TEXT
public static final int DURATION_TEXT
- See Also:
- Constant Field Values
-
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
-
HUD
public static final int HUD
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
OPTOUT_BOX
public static final int OPTOUT_BOX
- See Also:
- Constant Field Values
-
OPTOUT_TITLE
public static final int OPTOUT_TITLE
- See Also:
- Constant Field Values
-
OPTOUT_TEXT
public static final int OPTOUT_TEXT
- See Also:
- Constant Field Values
-
OPTOUT_BUTTON
public static final int OPTOUT_BUTTON
- See Also:
- Constant Field Values
-
-