Class Worlds

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

public final class Worlds extends Object
Socket-confirmed world state and hopping helpers.
  • Method Details

    • isValid

      public static boolean isValid(int world)
    • getCurrentWorld

      public static int getCurrentWorld()
    • getCurrent

      public static Optional<World> getCurrent()
    • isCurrent

      public static boolean isCurrent(int world)
    • hop

      public static boolean hop(int world)
    • hop

      public static boolean hop(World world)
    • await

      public static boolean await(int world, long timeoutMillis)