Class Regions
- java.lang.Object
-
- net.runelite.client.plugins.gpu.regions.Regions
-
public class Regions extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRegionId(int cx, int cy)
-
-
-
Constructor Detail
-
Regions
public Regions(InputStream is, String filename) throws IOException
- Throws:
IOException
-
Regions
public Regions(Reader reader, String filename) throws IOException
- Throws:
IOException
-
-