Class ContextAwarePackOutput

java.lang.Object
net.minecraft.data.PackOutput
dev.upcraft.sparkweave.api.datagen.ContextAwarePackOutput

public class ContextAwarePackOutput extends net.minecraft.data.PackOutput
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.data.PackOutput

    net.minecraft.data.PackOutput.PathProvider, net.minecraft.data.PackOutput.Target
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContextAwarePackOutput(Path outputFolder, ModContainer modContainer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class net.minecraft.data.PackOutput

    createPathProvider, createRegistryElementsPathProvider, createRegistryTagsPathProvider, getOutputFolder, getOutputFolder

    Methods inherited from class java.lang.Object

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

    • ContextAwarePackOutput

      public ContextAwarePackOutput(Path outputFolder, ModContainer modContainer)
  • Method Details