Class RMPaintbot.MoveTo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveTo​(double anX, double aY)
      Create new MoveTo operation.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • MoveTo

        public MoveTo​(double anX,
                      double aY)
        Create new MoveTo operation.