Package net.runelite.api.worldmap
Interface WorldMapData
-
- All Known Subinterfaces:
WorldMapData
public interface WorldMapData
Represents data for a worldmap surface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
surfaceContainsPosition(int x, int y)
Checks whether the passed coordinates are on the surface of the world map.
-