Interface IWorldAPI


  • public interface IWorldAPI
    • Method Detail

      • getCurrent

        int getCurrent()
        Gets the current world.
        Returns:
        int, 300+
      • isCurrentWorldMembers

        boolean isCurrentWorldMembers()
        Gets whether or not the current world is a members world.
        Returns:
        true if members, false otherwise
      • hop

        boolean hop​(java.util.function.Predicate<World> filter)
      • hop

        boolean hop​(int world)
      • hopToF2P

        boolean hopToF2P()
      • hopToP2P

        boolean hopToP2P()
      • openWorldMenu

        boolean openWorldMenu()
      • isWorldMenuOpen

        boolean isWorldMenuOpen()
      • getWorlds

        java.util.List<World> getWorlds()