Interface RSWorldMapArea


  • public interface RSWorldMapArea
    • Method Detail

      • surfaceContainsPosition

        boolean surfaceContainsPosition​(int x,
                                        int y)
        Checks whether the passed coordinates are on the surface of the world map.
        Parameters:
        x - x-axis coordinate
        y - 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()