Package net.runelite.cache.region
Class Position
- java.lang.Object
-
- net.runelite.cache.region.Position
-
public final class Position extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Position(int x, int y, int z)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static PositionfromPacked(int packedPosition)intgetX()intgetY()intgetZ()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
fromPacked
public static Position fromPacked(int packedPosition)
-
getX
public int getX()
-
getY
public int getY()
-
getZ
public int getZ()
-
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
-
-