runelite-api, runescape-api: Rename Area to mapElement
This commit is contained in:
@@ -848,7 +848,7 @@ public interface Client extends GameEngine
|
||||
*
|
||||
* @return the world areas
|
||||
*/
|
||||
Area[] getMapAreas();
|
||||
MapElementConfig[] getMapElementConfigs();
|
||||
|
||||
/**
|
||||
* Gets a sprite of the map scene
|
||||
|
||||
@@ -27,7 +27,7 @@ package net.runelite.api;
|
||||
/**
|
||||
* Represents an area in the world.
|
||||
*/
|
||||
public interface Area
|
||||
public interface MapElementConfig
|
||||
{
|
||||
/**
|
||||
* Gets the sprite icon to display on the world map.
|
||||
Reference in New Issue
Block a user