Package net.runelite.api.widgets
Class WidgetModelType
- java.lang.Object
-
- net.runelite.api.widgets.WidgetModelType
-
public final class WidgetModelType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ITEM
static int
LOCAL_PLAYER_CHATHEAD
static int
MODEL
static int
NPC_CHATHEAD
static int
NPC_INDEX_CHATHEAD
static int
NULL
static int
PLAYER
-
Constructor Summary
Constructors Constructor Description WidgetModelType()
-
-
-
Field Detail
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
MODEL
public static final int MODEL
- See Also:
- Constant Field Values
-
NPC_CHATHEAD
public static final int NPC_CHATHEAD
- See Also:
- Constant Field Values
-
LOCAL_PLAYER_CHATHEAD
public static final int LOCAL_PLAYER_CHATHEAD
- See Also:
- Constant Field Values
-
ITEM
public static final int ITEM
- See Also:
- Constant Field Values
-
PLAYER
public static final int PLAYER
- See Also:
- Constant Field Values
-
NPC_INDEX_CHATHEAD
public static final int NPC_INDEX_CHATHEAD
- See Also:
- Constant Field Values
-
-