Package net.runelite.api.gameval
Class InterfaceID.ChatchannelCurrent
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ChatchannelCurrent
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ChatchannelCurrent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BLOCKED
static int
BLOCKED_RECT0
static int
BLOCKED_WARNING
static int
BORDER
static int
BORDER_RECT0
static int
CHANNELNAME
static int
CHANNELOWNER
static int
INNER
static int
JOINLEAVE
static int
JOINLEAVE_GFX
static int
LIST
static int
SCROLLBAR
static int
SETUP
static int
SETUP_GFX
static int
SORT_LEGACY
static int
SORT_NAME
static int
SORT_RANK
static int
SORT_RECENT
static int
SORT_WORLD
static int
SORTAREA
static int
TOOLTIP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description ChatchannelCurrent()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CHANNELNAME
public static final int CHANNELNAME
- See Also:
- Constant Field Values
-
CHANNELOWNER
public static final int CHANNELOWNER
- 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
-
INNER
public static final int INNER
- See Also:
- Constant Field Values
-
SORTAREA
public static final int SORTAREA
- See Also:
- Constant Field Values
-
SORT_RANK
public static final int SORT_RANK
- 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
-
BLOCKED
public static final int BLOCKED
- See Also:
- Constant Field Values
-
BLOCKED_RECT0
public static final int BLOCKED_RECT0
- See Also:
- Constant Field Values
-
BLOCKED_WARNING
public static final int BLOCKED_WARNING
- See Also:
- Constant Field Values
-
JOINLEAVE_GFX
public static final int JOINLEAVE_GFX
- See Also:
- Constant Field Values
-
JOINLEAVE
public static final int JOINLEAVE
- See Also:
- Constant Field Values
-
SETUP_GFX
public static final int SETUP_GFX
- See Also:
- Constant Field Values
-
SETUP
public static final int SETUP
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-