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 NexoPackWriter
INSTANCE
-
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
-
-
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)
-
-
-
-