Package net.runelite.cache.region
Class Location
- java.lang.Object
-
- net.runelite.cache.region.Location
-
public final class Location extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetId()intgetOrientation()PositiongetPosition()intgetType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Location
public Location(int id, int type, int orientation, Position position)
-
-
Method Detail
-
getId
public int getId()
-
getType
public int getType()
-
getOrientation
public int getOrientation()
-
getPosition
public Position getPosition()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-