Class NexoPackReader

  • All Implemented Interfaces:
    team.unnamed.creative.serialize.ResourcePackReader , team.unnamed.creative.serialize.minecraft.MinecraftResourcePackReader

    
    public class NexoPackReader
     implements MinecraftResourcePackReader
                        
    • 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 resetReader()
      ResourcePack readFile(@NotNull() File resourcePackFile)
      ResourcePack read(@NotNull() FileTreeReader reader)
      • Methods inherited from class team.unnamed.creative.serialize.minecraft.MinecraftResourcePackReader

        builder, minecraft, readFromDirectory, readFromInputStream, readFromZipFile
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • readFile

        @NotNull() ResourcePack readFile(@NotNull() File resourcePackFile)
      • read

        @NotNull() ResourcePack read(@NotNull() FileTreeReader reader)