Class WorldHopper

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

public final class WorldHopper extends Object
Requests Valhalla's bounded in-game world-hopper flow.
  • Method Details

    • getCurrentWorld

      public static int getCurrentWorld()
    • isCurrentWorld

      public static boolean isCurrentWorld(int world)
    • isValidWorld

      public static boolean isValidWorld(int world)
    • normalizeWorld

      public static int normalizeWorld(int world)
    • hopWorld

      public static boolean hopWorld(int world)
    • normalizeWorlds

      public static List<Integer> normalizeWorlds(Collection<Integer> worlds)
    • randomWorld

      public static int randomWorld(Collection<Integer> worlds, int... excludedWorlds)
    • hopRandom

      public static boolean hopRandom(Collection<Integer> worlds, int... excludedWorlds)