Package net.runelite.api.worldmap
Interface WorldMapIcon
-
public interface WorldMapIcon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorldPoint
getCoordinate()
Get the coordinate of the map iconint
getType()
Get the mapelement config id of this icon
-
-
-
Method Detail
-
getType
int getType()
Get the mapelement config id of this icon- Returns:
-
getCoordinate
WorldPoint getCoordinate()
Get the coordinate of the map icon- Returns:
-
-