Package guideme.siteexport
Interface AdditionalResourceExporter
- All Superinterfaces:
Extension
This is an extension point for mods that wish to export additional resources alongside their guide.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addResources
(Guide guide, ResourceExporter exporter) Called before the export concludes to allow a mod to write additional resources to the export.Methods inherited from interface guideme.extensions.Extension
onExtensionsBuilt
-
Field Details
-
EXTENSION_POINT
-
-
Method Details
-
addResources
Called before the export concludes to allow a mod to write additional resources to the export.
-