Class JsonFileHWIDHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ban​(java.util.List<pro.gravit.launcher.hwid.HWID> hwid)  
      void check0​(pro.gravit.launcher.hwid.HWID hwid, java.lang.String username)  
      void close()  
      java.util.List<pro.gravit.launcher.hwid.HWID> getHwid​(java.lang.String username)  
      void init()  
      void unban​(java.util.List<pro.gravit.launcher.hwid.HWID> hwid)  
      • Methods inherited from class java.lang.Object

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

      • JsonFileHWIDHandler

        public JsonFileHWIDHandler()
    • Method Detail

      • ban

        public void ban​(java.util.List<pro.gravit.launcher.hwid.HWID> hwid)
        Specified by:
        ban in class HWIDHandler
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in class HWIDHandler
        Throws:
        java.lang.Exception
      • getHwid

        public java.util.List<pro.gravit.launcher.hwid.HWID> getHwid​(java.lang.String username)
        Specified by:
        getHwid in class HWIDHandler
      • unban

        public void unban​(java.util.List<pro.gravit.launcher.hwid.HWID> hwid)
        Specified by:
        unban in class HWIDHandler