Uses of Class
net.runelite.cache.region.Region
-
Packages that use Region Package Description net.runelite.cache net.runelite.cache.region -
-
Uses of Region in net.runelite.cache
Methods in net.runelite.cache with parameters of type Region Modifier and Type Method Description BufferedImageMapImageDumper. drawRegion(Region region, int z) -
Uses of Region in net.runelite.cache.region
Methods in net.runelite.cache.region that return Region Modifier and Type Method Description RegionRegionLoader. findRegionForRegionCoordinates(int x, int y)RegionRegionLoader. findRegionForWorldCoordinates(int x, int y)RegionRegionLoader. getHighestX()RegionRegionLoader. getHighestY()RegionRegionLoader. getLowestX()RegionRegionLoader. getLowestY()RegionRegionLoader. loadRegion(int id, MapDefinition map, LocationsDefinition locs)RegionRegionLoader. loadRegionFromArchive(int i)Methods in net.runelite.cache.region that return types with arguments of type Region Modifier and Type Method Description Collection<Region>RegionLoader. getRegions()
-