runelite-api, runescape-api: Rename Area to mapElement
This commit is contained in:
@@ -497,9 +497,9 @@ public interface RSClient extends RSGameEngine, Client
|
||||
@Import("widgetRoot")
|
||||
int getWidgetRoot();
|
||||
|
||||
@Import("mapAreaType")
|
||||
@Import("mapElementConfigs")
|
||||
@Override
|
||||
RSArea[] getMapAreas();
|
||||
RSMapElementConfig[] getMapElementConfigs();
|
||||
|
||||
@Import("mapscene")
|
||||
@Override
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
*/
|
||||
package net.runelite.rs.api;
|
||||
|
||||
import net.runelite.api.Area;
|
||||
import net.runelite.api.MapElementConfig;
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSArea extends RSCacheableNode, Area
|
||||
public interface RSMapElementConfig extends RSCacheableNode, MapElementConfig
|
||||
{
|
||||
@Import("getMapIcon")
|
||||
@Override
|
||||
Reference in New Issue
Block a user