Package com.nexomc.nexo.pack.creative
Class NexoPackWriter
-
- All Implemented Interfaces:
-
team.unnamed.creative.serialize.ResourcePackWriter,team.unnamed.creative.serialize.minecraft.MinecraftResourcePackWriter
public class NexoPackWriter implements MinecraftResourcePackWriter
-
-
Field Summary
Fields Modifier and Type Field Description public static NexoPackWriterINSTANCE
-
Method Summary
Modifier and Type Method Description static voidresetWriter()<T extends Keyed, ResourcePackPart> voidwriteFullCategory(@NotNull() String basePath, @NotNull() ResourceContainer resourceContainer, @NotNull() FileTreeWriter target, @NotNull() ResourceCategory<T> category, int localTargetPackFormat)voidwrite(@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
-
-
Method Detail
-
resetWriter
static void resetWriter()
-
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)
-
-
-
-