Package com.valhalla.sdk.api.methods
Class WorldHopper
java.lang.Object
com.valhalla.sdk.api.methods.WorldHopper
Requests Valhalla's bounded in-game world-hopper flow.
-
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic booleanhopRandom(Collection<Integer> worlds, int... excludedWorlds) static booleanhopWorld(int world) static booleanisCurrentWorld(int world) static booleanisValidWorld(int world) static intnormalizeWorld(int world) normalizeWorlds(Collection<Integer> worlds) static intrandomWorld(Collection<Integer> worlds, int... excludedWorlds)
-
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
-
randomWorld
-
hopRandom
-