40414243444546
* * @param destination The destination tile. * @return The path as an RSPath. */ public RSPath getPath(final RSTile destination) { return new RSLocalPath(methods, destination); }