Class NexoPackWriter

  • All Implemented Interfaces:
    team.unnamed.creative.serialize.ResourcePackWriter , team.unnamed.creative.serialize.minecraft.MinecraftResourcePackWriter

    
    public class NexoPackWriter
     implements MinecraftResourcePackWriter
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void resetWriter()
      <T extends Keyed, ResourcePackPart> void writeFullCategory(@NotNull() String basePath, @NotNull() ResourceContainer resourceContainer, @NotNull() FileTreeWriter target, @NotNull() ResourceCategory<T> category, int localTargetPackFormat)
      void write(@NotNull() FileTreeWriter target, @NotNull() ResourcePack resourcePack)
      • Methods inherited from class team.unnamed.creative.serialize.minecraft.MinecraftResourcePackWriter

        build, builder, minecraft, targetPackFormat, writeToDirectory, writeToZipFile, zipEntryLifecycleHandler
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • writeFullCategory

         <T extends Keyed, ResourcePackPart> void writeFullCategory(@NotNull() String basePath, @NotNull() ResourceContainer resourceContainer, @NotNull() FileTreeWriter target, @NotNull() ResourceCategory<T> category, int localTargetPackFormat)
      • write

         void write(@NotNull() FileTreeWriter target, @NotNull() ResourcePack resourcePack)