Interface RSWorld


  • public interface RSWorld
    • Method Detail

      • getMask

        int getMask()
      • setMask

        void setMask​(int mask)
      • getPlayerCount

        int getPlayerCount()
      • getLocation

        int getLocation()
      • setLocation

        void setLocation​(int location)
      • getIndex

        int getIndex()
      • setIndex

        void setIndex​(int index)
      • getId

        int getId()
      • setId

        void setId​(int id)
      • getActivity

        java.lang.String getActivity()
      • getAddress

        java.lang.String getAddress()
      • getTypes

        java.util.EnumSet<net.eternalclient.api.data.worlds.WorldType> getTypes()
      • setTypes

        void setTypes​(java.util.EnumSet<net.eternalclient.api.data.worlds.WorldType> types)