Class Coordinate


  • public class Coordinate
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Coordinate()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static net.runelite.api.Point offsetFrom​(net.runelite.api.Point point, int x, int y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Coordinate

        public Coordinate()
    • Method Detail

      • offsetFrom

        public static net.runelite.api.Point offsetFrom​(net.runelite.api.Point point,
                                                        int x,
                                                        int y)