Class Worlds
- java.lang.Object
-
- com.osrsbots.orb.api.interactables.world.Worlds
-
public class Worlds extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Worlds()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull java.util.List<net.runelite.api.World>get()static @Nullable java.lang.StringgetActivity()static net.runelite.http.api.worlds.WorldgetCurrent()static intgetCurrentIndex()static intgetPlayers()static @Nullable net.runelite.api.WorldgetRandom(boolean f2p)static @Nullable net.runelite.http.api.worlds.WorldRegiongetRegion()static booleanhopTo(int world)static booleanisMembersOnly()static voidopenHopMenu()
-
-
-
Method Detail
-
isMembersOnly
public static boolean isMembersOnly()
-
getPlayers
public static int getPlayers()
-
getActivity
@Nullable public static @Nullable java.lang.String getActivity()
-
getRegion
@Nullable public static @Nullable net.runelite.http.api.worlds.WorldRegion getRegion()
-
getCurrentIndex
public static int getCurrentIndex()
-
getCurrent
public static net.runelite.http.api.worlds.World getCurrent()
-
get
@NotNull public static @NotNull java.util.List<net.runelite.api.World> get()
-
hopTo
public static boolean hopTo(int world)
-
openHopMenu
public static void openHopMenu()
-
getRandom
@Nullable public static @Nullable net.runelite.api.World getRandom(boolean f2p)
-
-