Package net.runelite.api.gameval
Class SpriteID.MapdotsInterface
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.MapdotsInterface
-
-
Field Summary
Fields Modifier and Type Field Description static int
_0
static int
_1
static int
_2
static int
_3
static int
_4
static int
_5
static int
_6
static int
BLUE_PLAYER_TEAM_CAPE
static int
GREEN_PLAYER_FRIEND
static int
PURPLE_PLAYER_FRIENDS_CHAT
static int
RED_ITEM
static int
WHITE_PLAYER
static int
YELLOW_NPC
-
Constructor Summary
Constructors Constructor Description MapdotsInterface()
-
-
-
Field Detail
-
_0
public static final int _0
- See Also:
- Constant Field Values
-
_1
public static final int _1
- See Also:
- Constant Field Values
-
_2
public static final int _2
- See Also:
- Constant Field Values
-
_3
public static final int _3
- See Also:
- Constant Field Values
-
_4
public static final int _4
- See Also:
- Constant Field Values
-
_5
public static final int _5
- See Also:
- Constant Field Values
-
_6
public static final int _6
- See Also:
- Constant Field Values
-
RED_ITEM
public static final int RED_ITEM
- See Also:
- Constant Field Values
-
YELLOW_NPC
public static final int YELLOW_NPC
- See Also:
- Constant Field Values
-
WHITE_PLAYER
public static final int WHITE_PLAYER
- See Also:
- Constant Field Values
-
GREEN_PLAYER_FRIEND
public static final int GREEN_PLAYER_FRIEND
- See Also:
- Constant Field Values
-
BLUE_PLAYER_TEAM_CAPE
public static final int BLUE_PLAYER_TEAM_CAPE
- See Also:
- Constant Field Values
-
PURPLE_PLAYER_FRIENDS_CHAT
public static final int PURPLE_PLAYER_FRIENDS_CHAT
- See Also:
- Constant Field Values
-
-