Package net.runelite.cache.definitions
Class WorldMapType2
- java.lang.Object
-
- net.runelite.cache.definitions.WorldMapType2
-
- All Implemented Interfaces:
WorldMapTypeBase
public class WorldMapType2 extends java.lang.Object implements WorldMapTypeBase
-
-
Constructor Summary
Constructors Constructor Description WorldMapType2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.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)java.lang.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)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-