Package net.runelite.api
Interface MapElementConfig
-
public interface MapElementConfigRepresents an area in the world.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpritePixelsgetMapIcon(boolean unused)Gets the sprite icon to display on the world map.
-
-
-
Method Detail
-
getMapIcon
SpritePixels getMapIcon(boolean unused)
Gets the sprite icon to display on the world map.- Parameters:
unused- unused value- Returns:
- the sprite icon to display on the world map
-
-