Class 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.String getActivity()  
      static net.runelite.http.api.worlds.World getCurrent()  
      static int getCurrentIndex()  
      static int getPlayers()  
      static @Nullable net.runelite.api.World getRandom​(boolean f2p)  
      static @Nullable net.runelite.http.api.worlds.WorldRegion getRegion()  
      static boolean hopTo​(int world)  
      static boolean isMembersOnly()  
      static void openHopMenu()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Worlds

        public Worlds()
    • 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)