Package net.runelite.cache.definitions
Class LocationsDefinition
- java.lang.Object
-
- net.runelite.cache.definitions.LocationsDefinition
-
public class LocationsDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description LocationsDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Location>getLocations()intgetRegionX()intgetRegionY()inthashCode()voidsetLocations(List<Location> locations)voidsetRegionX(int regionX)voidsetRegionY(int regionY)StringtoString()
-
-
-
Method Detail
-
getRegionX
public int getRegionX()
-
getRegionY
public int getRegionY()
-
setRegionX
public void setRegionX(int regionX)
-
setRegionY
public void setRegionY(int regionY)
-
canEqual
protected boolean canEqual(Object other)
-
-