Package com.nexomc.nexo.pack.creative
Class NexoPackReader
-
- All Implemented Interfaces:
-
team.unnamed.creative.serialize.ResourcePackReader,team.unnamed.creative.serialize.minecraft.MinecraftResourcePackReader
public class NexoPackReader implements MinecraftResourcePackReader
-
-
Field Summary
Fields Modifier and Type Field Description public static NexoPackReaderINSTANCE
-
Method Summary
Modifier and Type Method Description static voidresetReader()ResourcePackreadFile(@NotNull() File resourcePackFile)ResourcePackread(@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
-
-
Method Detail
-
resetReader
static void resetReader()
-
read
@NotNull() ResourcePack read(@NotNull() FileTreeReader reader)
-
-
-
-