Package net.runelite.cache.region
Class Region
- java.lang.Object
-
- net.runelite.cache.region.Region
-
public class Region extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBaseX()intgetBaseY()List<Location>getLocations()intgetOverlayId(int z, int x, int y)bytegetOverlayPath(int z, int x, int y)bytegetOverlayRotation(int z, int x, int y)intgetRegionID()intgetRegionX()intgetRegionY()intgetTileHeight(int z, int x, int y)bytegetTileSetting(int z, int x, int y)intgetUnderlayId(int z, int x, int y)voidloadLocations(LocationsDefinition locs)voidloadTerrain(MapDefinition map)
-
-
-
Field Detail
-
X
public static final int X
- See Also:
- Constant Field Values
-
Y
public static final int Y
- See Also:
- Constant Field Values
-
Z
public static final int Z
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadTerrain
public void loadTerrain(MapDefinition map)
-
loadLocations
public void loadLocations(LocationsDefinition locs)
-
getRegionID
public int getRegionID()
-
getBaseX
public int getBaseX()
-
getBaseY
public int getBaseY()
-
getTileHeight
public int getTileHeight(int z, int x, int y)
-
getTileSetting
public byte getTileSetting(int z, int x, int y)
-
getOverlayId
public int getOverlayId(int z, int x, int y)
-
getOverlayPath
public byte getOverlayPath(int z, int x, int y)
-
getOverlayRotation
public byte getOverlayRotation(int z, int x, int y)
-
getUnderlayId
public int getUnderlayId(int z, int x, int y)
-
getRegionX
public int getRegionX()
-
getRegionY
public int getRegionY()
-
-