Package net.runelite.api.worldmap
Interface MapElementConfig
-
public interface MapElementConfigRepresents configuration for a map element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCategory()Get the category of this icon type.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
-
getCategory
int getCategory()
Get the category of this icon type.- Returns:
-
-