Package net.runelite.api.worldmap
Interface WorldMapIcon
-
public interface WorldMapIcon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorldPointgetCoordinate()Get the coordinate of the map iconintgetType()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:
-
-