Package com.nexomc.nexo.pack.creative
Object 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 final static NexoPackWriterINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitwriteToFile(File target, ResourcePack resourcePack)final <T extends Keyed, ResourcePackPart> UnitwriteFullCategory(String basePath, ResourceContainer container, FileTreeWriter target, ResourceCategory<T> category, PackFormat localTargetPackFormat)Unitwrite(FileTreeWriter target, ResourcePack resourcePack)final UnitresetWriter()-
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
-
-
Method Detail
-
writeToFile
final Unit writeToFile(File target, ResourcePack resourcePack)
-
writeFullCategory
final <T extends Keyed, ResourcePackPart> Unit writeFullCategory(String basePath, ResourceContainer container, FileTreeWriter target, ResourceCategory<T> category, PackFormat localTargetPackFormat)
-
resetWriter
final Unit resetWriter()
-
-
-
-