Object 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
      final Unit writeToFile(File target, ResourcePack resourcePack)
      final <T extends Keyed, ResourcePackPart> Unit writeFullCategory(String basePath, ResourceContainer container, FileTreeWriter target, ResourceCategory<T> category, PackFormat localTargetPackFormat)
      Unit write(FileTreeWriter target, ResourcePack resourcePack)
      final Unit resetWriter()
      • Methods inherited from class team.unnamed.creative.serialize.minecraft.MinecraftResourcePackWriter

        build, build, targetPackFormat, writeToDirectory, writeToZipFile, 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

         final <T extends Keyed, ResourcePackPart> Unit writeFullCategory(String basePath, ResourceContainer container, FileTreeWriter target, ResourceCategory<T> category, PackFormat localTargetPackFormat)
      • write

         Unit write(FileTreeWriter target, ResourcePack resourcePack)