Package net.runelite.cache.definitions
Class WorldMapType1
- java.lang.Object
-
- net.runelite.cache.definitions.WorldMapType1
-
- All Implemented Interfaces:
WorldMapTypeBase
public class WorldMapType1 extends Object implements WorldMapTypeBase
-
-
Field Summary
Fields Modifier and Type Field Description intnumberOfPlanesintplaneintxLowerLeftintxLowerRightintxUpperLeftintxUpperRightintyLowerLeftintyLowerRightintyUpperLeftintyUpperRight
-
Constructor Summary
Constructors Constructor Description WorldMapType1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetNumberOfPlanes()intgetPlane()intgetXLowerLeft()intgetXLowerRight()intgetXUpperLeft()intgetXUpperRight()intgetYLowerLeft()intgetYLowerRight()intgetYUpperLeft()intgetYUpperRight()inthashCode()voidsetNumberOfPlanes(int numberOfPlanes)voidsetPlane(int plane)voidsetXLowerLeft(int xLowerLeft)voidsetXLowerRight(int xLowerRight)voidsetXUpperLeft(int xUpperLeft)voidsetXUpperRight(int xUpperRight)voidsetYLowerLeft(int yLowerLeft)voidsetYLowerRight(int yLowerRight)voidsetYUpperLeft(int yUpperLeft)voidsetYUpperRight(int yUpperRight)StringtoString()
-
-
-
Field Detail
-
numberOfPlanes
public int numberOfPlanes
-
xLowerLeft
public int xLowerLeft
-
yLowerLeft
public int yLowerLeft
-
xLowerRight
public int xLowerRight
-
yLowerRight
public int yLowerRight
-
xUpperLeft
public int xUpperLeft
-
yUpperLeft
public int yUpperLeft
-
xUpperRight
public int xUpperRight
-
plane
public int plane
-
yUpperRight
public int yUpperRight
-
-
Method Detail
-
getNumberOfPlanes
public int getNumberOfPlanes()
-
getXLowerLeft
public int getXLowerLeft()
-
getYLowerLeft
public int getYLowerLeft()
-
getXLowerRight
public int getXLowerRight()
-
getYLowerRight
public int getYLowerRight()
-
getXUpperLeft
public int getXUpperLeft()
-
getYUpperLeft
public int getYUpperLeft()
-
getXUpperRight
public int getXUpperRight()
-
getPlane
public int getPlane()
-
getYUpperRight
public int getYUpperRight()
-
setNumberOfPlanes
public void setNumberOfPlanes(int numberOfPlanes)
-
setXLowerLeft
public void setXLowerLeft(int xLowerLeft)
-
setYLowerLeft
public void setYLowerLeft(int yLowerLeft)
-
setXLowerRight
public void setXLowerRight(int xLowerRight)
-
setYLowerRight
public void setYLowerRight(int yLowerRight)
-
setXUpperLeft
public void setXUpperLeft(int xUpperLeft)
-
setYUpperLeft
public void setYUpperLeft(int yUpperLeft)
-
setXUpperRight
public void setXUpperRight(int xUpperRight)
-
setPlane
public void setPlane(int plane)
-
setYUpperRight
public void setYUpperRight(int yUpperRight)
-
canEqual
protected boolean canEqual(Object other)
-
-