Class FairyRings

java.lang.Object
com.valhalla.sdk.api.methods.FairyRings

public final class FairyRings extends Object
Semantic fairy-ring travel.

The player must already be beside a loaded fairy ring. The runtime invokes the ring's exact Configure object action, rotates all three selectors through widget hooks, activates the destination, and verifies arrival. No projected screen coordinates or Android taps are used.

  • Method Details

    • destinations

      public static Set<String> destinations()
      Returns every destination code supported by the current navigation pack.
    • destination

      public static Optional<Tile> destination(String code)
      Returns the verified arrival anchor for a destination code.
    • travel

      public static boolean travel(String code)
      Requests travel to a three-letter destination.
      Throws:
      IllegalArgumentException - when the destination is unknown