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 intADDFRIENDstatic intBORDERstatic intDELFRIENDstatic intHEADERstatic intIGNOREstatic intIGNORE_ICONstatic intLISTstatic intLIST_CONTAINERstatic intLOADINGstatic intSCROLLBARstatic intSORT_LEGACYstatic intSORT_NAMEstatic intSORT_RECENTstatic intSORT_WORLDstatic intSORTAREAstatic intTOOLTIPstatic intUNIVERSEstatic intUNIVERSE_TEXT4static intUNIVERSE_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
-
-