Package net.runelite.cache.definitions
Class WorldMapType0
- java.lang.Object
-
- net.runelite.cache.definitions.WorldMapType0
-
- All Implemented Interfaces:
WorldMapTypeBase
public class WorldMapType0 extends Object implements WorldMapTypeBase
-
-
Field Summary
Fields Modifier and Type Field Description intchunk_xHighintchunk_xLowintchunk_yHighintchunk_yLowintnumberOfPlanesintplaneintxHighintxLowintyHighintyLow
-
Constructor Summary
Constructors Constructor Description WorldMapType0()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetChunk_xHigh()intgetChunk_xLow()intgetChunk_yHigh()intgetChunk_yLow()intgetNumberOfPlanes()intgetPlane()intgetXHigh()intgetXLow()intgetYHigh()intgetYLow()inthashCode()voidsetChunk_xHigh(int chunk_xHigh)voidsetChunk_xLow(int chunk_xLow)voidsetChunk_yHigh(int chunk_yHigh)voidsetChunk_yLow(int chunk_yLow)voidsetNumberOfPlanes(int numberOfPlanes)voidsetPlane(int plane)voidsetXHigh(int xHigh)voidsetXLow(int xLow)voidsetYHigh(int yHigh)voidsetYLow(int yLow)StringtoString()
-
-
-
Field Detail
-
chunk_xHigh
public int chunk_xHigh
-
xLow
public int xLow
-
chunk_xLow
public int chunk_xLow
-
yLow
public int yLow
-
xHigh
public int xHigh
-
numberOfPlanes
public int numberOfPlanes
-
plane
public int plane
-
chunk_yLow
public int chunk_yLow
-
yHigh
public int yHigh
-
chunk_yHigh
public int chunk_yHigh
-
-
Method Detail
-
getChunk_xHigh
public int getChunk_xHigh()
-
getXLow
public int getXLow()
-
getChunk_xLow
public int getChunk_xLow()
-
getYLow
public int getYLow()
-
getXHigh
public int getXHigh()
-
getNumberOfPlanes
public int getNumberOfPlanes()
-
getPlane
public int getPlane()
-
getChunk_yLow
public int getChunk_yLow()
-
getYHigh
public int getYHigh()
-
getChunk_yHigh
public int getChunk_yHigh()
-
setChunk_xHigh
public void setChunk_xHigh(int chunk_xHigh)
-
setXLow
public void setXLow(int xLow)
-
setChunk_xLow
public void setChunk_xLow(int chunk_xLow)
-
setYLow
public void setYLow(int yLow)
-
setXHigh
public void setXHigh(int xHigh)
-
setNumberOfPlanes
public void setNumberOfPlanes(int numberOfPlanes)
-
setPlane
public void setPlane(int plane)
-
setChunk_yLow
public void setChunk_yLow(int chunk_yLow)
-
setYHigh
public void setYHigh(int yHigh)
-
setChunk_yHigh
public void setChunk_yHigh(int chunk_yHigh)
-
canEqual
protected boolean canEqual(Object other)
-
-