Interface ExportPostProcessor

All Superinterfaces:
Extension

public interface ExportPostProcessor extends Extension
Extension to allow a mod to post-process the exported main JSON file right before the export is finalized.
  • Field Details

  • Method Details

    • postProcess

      void postProcess(com.google.gson.JsonObject rootNode)