Package net.runelite.api.gameval
Class InterfaceID.FswSpInfo
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.FswSpInfo
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.FswSpInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
CLOSE_BUTTON
static int
CONTENT
static int
FRAME
static int
INFINITY
static int
INFO
static int
INFO_RECT0
static int
TITLE
static int
TITLE_BREAK
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description FswSpInfo()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- 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
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
INFO_RECT0
public static final int INFO_RECT0
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
TITLE_BREAK
public static final int TITLE_BREAK
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
-