Package net.eternalclient.api.rs
Interface RSWorldMapArea
-
public interface RSWorldMapArea
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSCoordcoord(int x, int y)WorldTilegetOrigin()intgetRegionLowX()intgetRegionLowY()RSCoordgetRSOrigin()booleansurfaceContainsPosition(int x, int y)Checks whether the passed coordinates are on the surface of the world map.
-
-
-
Method Detail
-
getOrigin
WorldTile getOrigin()
-
surfaceContainsPosition
boolean surfaceContainsPosition(int x, int y)Checks whether the passed coordinates are on the surface of the world map.- Parameters:
x- x-axis coordinatey- y-axis coordinate- Returns:
- true if the coordinate is on the surface, false otherwise
-
getRSOrigin
RSCoord getRSOrigin()
-
coord
RSCoord coord(int x, int y)
-
getRegionLowX
int getRegionLowX()
-
getRegionLowY
int getRegionLowY()
-
-