Extension Tab
Class to extend from if you want to add your own tabs to the ServerPackCreator GUI.
Parameters
Instance of VersionMeta so you can work with available Minecraft, Forge, Fabric, LegacyFabric and Quilt versions.
Instance of ApiProperties The current configuration of ServerPackCreator, like the default list of clientside-only mods, the server pack directory etc.
Instance of Utilities commonly used across ServerPackCreator.
Plugin specific configuration conveniently provided by ServerPackCreator. This is the global configuration of the plugin which provides the ConfigPanelExtension to ServerPackCreator.
The config-file corresponding to the ID of the plugin, wrapped in an Optional.
Constructors
Properties
Functions
Save the current configuration of this plugin to the overlying plugins config-file. Requires your plugin to register a global configuration-file. If your plugin does not provide a configuration-file, this method will not store or save anything. No file will be created. Your plugin MUST provide the initial configuration-file.