Package net.runelite.cache.definitions
Class WorldMapType2
- java.lang.Object
-
- net.runelite.cache.definitions.WorldMapType2
-
- All Implemented Interfaces:
WorldMapTypeBase
public class WorldMapType2 extends Object implements WorldMapTypeBase
-
-
Constructor Summary
Constructors Constructor Description WorldMapType2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetNumberOfPlanes()intgetPlane()intgetXHigh()intgetXLow()intgetYHigh()intgetYLow()inthashCode()voidsetNumberOfPlanes(int numberOfPlanes)voidsetPlane(int plane)voidsetXHigh(int xHigh)voidsetXLow(int xLow)voidsetYHigh(int yHigh)voidsetYLow(int yLow)StringtoString()
-
-
-
Method Detail
-
getXLow
public int getXLow()
-
getNumberOfPlanes
public int getNumberOfPlanes()
-
getYLow
public int getYLow()
-
getXHigh
public int getXHigh()
-
getYHigh
public int getYHigh()
-
getPlane
public int getPlane()
-
setXLow
public void setXLow(int xLow)
-
setNumberOfPlanes
public void setNumberOfPlanes(int numberOfPlanes)
-
setYLow
public void setYLow(int yLow)
-
setXHigh
public void setXHigh(int xHigh)
-
setYHigh
public void setYHigh(int yHigh)
-
setPlane
public void setPlane(int plane)
-
canEqual
protected boolean canEqual(Object other)
-
-