Class PlayerJSONExporter


  • @Singleton
    public class PlayerJSONExporter
    extends java.lang.Object
    Handles exporting of player json.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void export​(java.nio.file.Path toDirectory, java.util.UUID playerUUID, java.lang.String playerName)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • export

        public void export​(java.nio.file.Path toDirectory,
                           java.util.UUID playerUUID,
                           java.lang.String playerName)
                    throws java.io.IOException
        Throws:
        java.io.IOException