Package com.valhalla.sdk.api.methods
Class FairyRings
java.lang.Object
com.valhalla.sdk.api.methods.FairyRings
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 Summary
Modifier and TypeMethodDescriptiondestination(String code) Returns the verified arrival anchor for a destination code.Returns every destination code supported by the current navigation pack.static booleanRequests travel to a three-letter destination.
-
Method Details
-
destinations
Returns every destination code supported by the current navigation pack. -
destination
Returns the verified arrival anchor for a destination code. -
travel
Requests travel to a three-letter destination.- Throws:
IllegalArgumentException- when the destination is unknown
-