Package net.runelite.api.gameval
Class InterfaceID.Friends
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Friends
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Friends extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADDFRIEND
static int
BORDER
static int
DELFRIEND
static int
HEADER
static int
IGNORE
static int
IGNORE_ICON
static int
LIST
static int
LIST_CONTAINER
static int
LOADING
static int
SCROLLBAR
static int
SORT_LEGACY
static int
SORT_NAME
static int
SORT_RECENT
static int
SORT_WORLD
static int
SORTAREA
static int
TOOLTIP
static int
UNIVERSE
static int
UNIVERSE_TEXT4
static int
UNIVERSE_TEXT6
-
Constructor Summary
Constructors Constructor Description Friends()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
IGNORE
public static final int IGNORE
- See Also:
- Constant Field Values
-
IGNORE_ICON
public static final int IGNORE_ICON
- 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
-
LIST_CONTAINER
public static final int LIST_CONTAINER
- See Also:
- Constant Field Values
-
SORTAREA
public static final int SORTAREA
- See Also:
- Constant Field Values
-
SORT_NAME
public static final int SORT_NAME
- See Also:
- Constant Field Values
-
SORT_RECENT
public static final int SORT_RECENT
- See Also:
- Constant Field Values
-
SORT_WORLD
public static final int SORT_WORLD
- See Also:
- Constant Field Values
-
SORT_LEGACY
public static final int SORT_LEGACY
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
LOADING
public static final int LOADING
- See Also:
- Constant Field Values
-
ADDFRIEND
public static final int ADDFRIEND
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT4
public static final int UNIVERSE_TEXT4
- See Also:
- Constant Field Values
-
DELFRIEND
public static final int DELFRIEND
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT6
public static final int UNIVERSE_TEXT6
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-