Class WorldSelect


  • public final class WorldSelect
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isOpen()  
      static boolean isSelectable​(int world)  
      static boolean isSelected​(int world)  
      static boolean open()  
      static boolean select​(int world)  
      • Methods inherited from class java.lang.Object

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

      • isOpen

        public static boolean isOpen()
      • open

        public static boolean open()
      • isSelected

        public static boolean isSelected​(int world)
      • select

        public static boolean select​(int world)
      • isSelectable

        public static boolean isSelectable​(int world)