Class PackAsset

    • Constructor Summary

      Constructors 
      Constructor Description
      PackAsset​(@NotNull java.lang.String name)  
      PackAsset​(@NotNull java.lang.String name, @NotNull com.google.gson.JsonObject jsonObject)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonObject save​(java.lang.String namespace)  
      • Methods inherited from class java.lang.Object

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

      • PackAsset

        public PackAsset​(@NotNull
                         @NotNull java.lang.String name)
      • PackAsset

        public PackAsset​(@NotNull
                         @NotNull java.lang.String name,
                         @NotNull
                         @NotNull com.google.gson.JsonObject jsonObject)
    • Method Detail

      • save

        public com.google.gson.JsonObject save​(java.lang.String namespace)