- changedUpdate(DocumentEvent) - Method in interface de.griefed.serverpackcreator.swing.utilities.SimpleDocumentListener
-
- changes() - Method in class de.griefed.serverpackcreator.MigrationManager.MigrationMessage
-
- checkConfiguration(File, List<String>, boolean) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the passed configuration-file.
- checkConfiguration(File, ConfigurationModel, List<String>, boolean) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the passed configuration-file.
- checkConfiguration(ConfigurationModel, List<String>, boolean) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
- checkConfiguration(File, boolean) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the passed configuration-file.
- checkConfiguration(File, ConfigurationModel, boolean) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the passed configuration-file.
- checkConfiguration(ConfigurationModel, boolean) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
- checkCopyDirs(List<String>, String, List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Checks whether the passed list of directories which are supposed to be in the modpack directory
is empty and prints a message to the console and serverpackcreator.log if it is.
Checks
whether all directories in the list exist in the modpack directory and prints a message to the
console and serverpackcreator.log if any one of the directories could not be found.
- checkCopyDirs(List<String>, String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Checks whether the passed list of directories which are supposed to be in the modpack directory
is empty, or whether all directories in the list exist in the modpack directory.
- checkDatabase() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
Ensures serverpackcreator.db exists.
- checkFileType(String) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file for its type, whether it is a regular file, a Windows link or a UNIX
symlink.
- checkFileType(File) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file for its type, whether it is a regular file, a Windows link or a UNIX
symlink.
- checkForAvailablePreReleases() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Getter for whether the search for available PreReleases is enabled or disabled.
Depending
on de.griefed.serverpackcreator.versioncheck.prerelease, returns true if checks
for available PreReleases are enabled, false if no checks for available PreReleases
should be made.
- checkForConfig() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
Check whether a serverpackcreator.conf-file exists.
- checkForgeAndMinecraftVersion(String, String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Check whether the given Minecraft and Forge versions are valid/supported/available.
- checkForgeVersion(String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Check whether a given Forge version is valid/supported/available.
- checkForIllegalCharacters(String) - Method in class de.griefed.serverpackcreator.utilities.common.StringUtilities
-
Check the passed string whether it contains any of the following characters:
/
<
>
:
"
\
|
?
*
#
%
&
{
}
$
!
@
+
´
`
=
- checkForUpdate(String, Boolean) - Method in class de.griefed.serverpackcreator.utilities.UpdateChecker
-
Check our GitLab, GitGriefed and GitHub instances for updates, sequentially, and then return
the update.
- checkIconAndProperties(String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Checks the passed String whether it is an existing file.
- checkManifests(String, ConfigurationModel, List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check whether various manifests from various launchers exist and use them to update our
ConfigurationModel and pack name.
- checkMinecraftServer() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Check whether the selected Minecraft version has a server available.
- checkMinecraftVersion(String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Check whether a given Minecraft version is valid/supported/available.
- checkMinecraftVersion(String) - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
Check whether a
MinecraftClient is available for the specified Minecraft-version.
- checkModloader(String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Checks whether either Forge or Fabric were specified as the modloader.
- checkModloaderVersion(String, String, String, List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the given Minecraft and modloader versions for the specified modloader and update the
passed error-list should any error be encountered.
- checkModloaderVersion(String, String, String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the given Minecraft and modloader versions for the specified modloader.
- checkModpackDir(String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the passed directory for existence and whether it is a directory, rather than a file.
- checkModpackDir(String, List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Checks whether the passed String is empty and if it is empty, prints the corresponding message
to the console and serverpackcreator.log so the user knows what went wrong.
Checks whether
the passed String is a directory and if it is not, prints the corresponding message to the
console and serverpackcreator.log so the user knows what went wrong.
- checkPermissions(String) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for read- and write-permission.
- checkPermissions(Path) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for read- and write-permission.
- checkPermissions(File) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for read- and write-permission.
- checkReadPermission(Path) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for read-permission.
- checkReadPermission(String) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for read-permission.
- checkReadPermission(File) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for read-permission.
- checkRegex(String, String, boolean) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the given entry for valid regex.
- checkRegex(String, String, boolean, List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the given entry for valid regex.
- checkServerAvailability(String) - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
Check whether a
MinecraftServer is available for the specified Minecraft-version.
- checkServerFilesFile(File) - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
Check whether the specified server-files file exists and create it if it doesn't.
- checkWritePermission(Path) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for write-permission.
- checkWritePermission(String) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for write-permission.
- checkWritePermission(File) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for write-permission.
- checkZipArchive(Path, List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check a given ZIP-archives contents.
- cleanList(List<String>) - Method in class de.griefed.serverpackcreator.utilities.common.ListUtilities
-
Clean a given String List of any entry consisting only of whitespace or a length of
0 .
- cleanupEnvironment(boolean, String) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Deletes all files, directories and ZIP-archives of previously generated server packs to ensure
newly generated server pack is as clean as possible.
- cleanupEnvironment(boolean, ConfigurationModel) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Deletes all files, directories and ZIP-archives of previously generated server packs to ensure
newly generated server pack is as clean as possible.
- clear() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
Clear the interface, or in other words, reset this extensions config panel UI.
- clearData() - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings
-
Clear the table of all data.
- clearInterface() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Load default values for textfields so the user can start with a new configuration.
- clearScriptVariables() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Clear any available data in the script variables table.
- close() - Method in class de.griefed.serverpackcreator.swing.ServerPackCreatorSplash
-
- CommandlineParser(String[]) - Constructor for class de.griefed.serverpackcreator.ServerPackCreator.CommandlineParser
-
Create a new CommandlineParser from the passed commandline-arguments with which
ServerPackCreator was started.
- CompoundIcon - Class in de.griefed.serverpackcreator.swing.utilities
-
Heya, Griefed here.
- CompoundIcon(Icon...) - Constructor for class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Convenience contructor for creating a CompoundIcon where the icons are layed out on the X-AXIS,
the gap is 0 and the X/Y alignments will default to CENTER.
- CompoundIcon(CompoundIcon.Axis, Icon...) - Constructor for class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Convenience constructor for creating a CompoundIcon where the gap is 0 and the X/Y alignments
will default to CENTER.
- CompoundIcon(CompoundIcon.Axis, int, Icon...) - Constructor for class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Convenience constructor for creating a CompoundIcon where the X/Y alignments will default to
CENTER.
- CompoundIcon(CompoundIcon.Axis, int, float, float, Icon...) - Constructor for class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Create a CompoundIcon specifying all the properties.
- CompoundIcon.Axis - Enum in de.griefed.serverpackcreator.swing.utilities
-
- ConfigCheckExtension - Interface in de.griefed.serverpackcreator.addons.configurationhandler
-
Extension point for configuration checks, so you can run your own checks on a given
ConfigurationModel should you so desire.
- ConfigPanelExtension - Interface in de.griefed.serverpackcreator.addons.swinggui
-
Extension point for addons which add additional JPanels in a given server pack tab,
allowing users to customize server pack specific configurations of an addon.
- configPanelExtensions() - Method in class de.griefed.serverpackcreator.ApplicationAddons
-
- ConfigurationEditor - Class in de.griefed.serverpackcreator.utilities
-
Create and edit a serverpackcreator.conf file via CLI.
- ConfigurationEditor(ConfigurationHandler, ApplicationProperties, Utilities, VersionMeta) - Constructor for class de.griefed.serverpackcreator.utilities.ConfigurationEditor
-
- ConfigurationHandler - Class in de.griefed.serverpackcreator
-
Check any given
ConfigurationModel for errors and, if so desired, add them to a passed
list of errors, so you may display them in a GUI, CLI or website.
- ConfigurationHandler(I18n, VersionMeta, ApplicationProperties, Utilities, ApplicationAddons) - Constructor for class de.griefed.serverpackcreator.ConfigurationHandler
-
Construct a new ConfigurationHandler giving you access to various config check methods.
- ConfigurationModel - Class in de.griefed.serverpackcreator
-
- ConfigurationModel() - Constructor for class de.griefed.serverpackcreator.ConfigurationModel
-
Create an empty configuration model.
- ConfigurationModel(List<String>, List<String>, String, String, String, String, String, String, String, String, boolean, boolean, boolean, boolean, HashMap<String, String>, HashMap<String, ArrayList<CommentedConfig>>) - Constructor for class de.griefed.serverpackcreator.ConfigurationModel
-
Construct a new configuration model with custom values.
- ConfigurationModel(Utilities, File) - Constructor for class de.griefed.serverpackcreator.ConfigurationModel
-
Create a new configuration model from a config file.
- continuedRunOptions() - Method in class de.griefed.serverpackcreator.utilities.ConfigurationEditor
-
Present the user with a menu, asking them what they would like to do.
- convert(String) - Method in class de.griefed.serverpackcreator.utilities.common.BooleanUtilities
-
Converts various strings to booleans, by using regex, to allow for more variations in input.
- copyFileFromJar(String, boolean, Class<?>, String) - Method in class de.griefed.serverpackcreator.utilities.common.JarUtilities
-
Copy a file from inside our JAR-file to the host filesystem.
- copyFileFromJar(String, Class<?>, String) - Method in class de.griefed.serverpackcreator.utilities.common.JarUtilities
-
Copy a file from inside our JAR-file to the host filesystem.
- copyFileFromJar(String, File, boolean, Class<?>) - Method in class de.griefed.serverpackcreator.utilities.common.JarUtilities
-
Copy a file from inside our JAR-file to the host filesystem to the specified destination,
replacing an already existing file.
- copyFileFromJar(String, File, Class<?>) - Method in class de.griefed.serverpackcreator.utilities.common.JarUtilities
-
Copy a file from inside our JAR-file to the host filesystem to the specified destination.
- copyFiles(ConfigurationModel) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Copies all specified directories and mods, excluding clientside-only mods, from the modpack
directory into the server pack directory.
- copyFiles(String, List<String>, List<String>, String, String, String) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Copies all specified directories and mods, excluding clientside-only mods, from the modpack
directory into the server pack directory.
- copyFolderFromJar(Class<?>, String, String, String, String) - Method in class de.griefed.serverpackcreator.utilities.common.JarUtilities
-
Copy a folder from inside a JAR-file to the host filesystem.
- copyIcon(ConfigurationModel) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Copies the server-icon.png into server pack.
- copyIcon(String, String) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Copies the server-icon.png into server pack.
- copyProperties(ConfigurationModel) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Copies the server.properties into server pack.
- copyProperties(String, String) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Copies the server.properties into server pack.
- count() - Method in class de.griefed.serverpackcreator.MigrationManager.MigrationMessage
-
- countAllByProjectName(String) - Method in interface de.griefed.serverpackcreator.spring.serverpack.ServerPackRepository
-
Count all server packs by a CurseForge project name.
- createConfigurationFile(Scanner) - Method in class de.griefed.serverpackcreator.utilities.ConfigurationEditor
-
Walk the user through the generation of a new ServerPackCreator configuration file by asking
them for input, step-by-step, regarding their modpack.
- createDirectories(Path) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Create a directory, including any necessary parent directories.
- createExtensionFactory() - Method in class de.griefed.serverpackcreator.ApplicationAddons
-
- createHasteBinFromFile(File) - Method in class de.griefed.serverpackcreator.utilities.common.WebUtilities
-
Create a HasteBin post from a given text file.
- createMenuBar() - Method in class de.griefed.serverpackcreator.swing.MainMenuBar
-
Create the menubar, add all menus, add all menuitems and add actionlisteners for our
menuitems.
- createStartScripts(ConfigurationModel, boolean) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
- createStartScripts(HashMap<String, String>, String, boolean) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
- createTailer(File) - Method in class de.griefed.serverpackcreator.swing.TabAddonsHandlerLog
-
- createTailer(File) - Method in class de.griefed.serverpackcreator.swing.TabServerPackCreatorLog
-
- createTailer(File) - Method in class de.griefed.serverpackcreator.swing.utilities.JComponentTailer
-
- currentConfigAsModel() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
- CustomErrorController - Class in de.griefed.serverpackcreator.spring
-
Custom error controller which redirects to our /#/error page in case of 404 etc.
- CustomErrorController() - Constructor for class de.griefed.serverpackcreator.spring.CustomErrorController
-
- customize(Configuration) - Method in class de.griefed.serverpackcreator.spring.task.ArtemisConfig
-
Customize our configuration.
Set the default consumer windows size to 0.
Set the
maximum disk usage from our property
de.griefed.serverpackcreator.spring.artemis.queue.max_disk_usage.
Set the address
to tasks.background.
Set the queue configuration to tasks.background.
Set the name to tasks.background.
Set the last value key to unique_id.
Set the routing type to RoutingType.ANYCAST.
Add our queue configuration..
All
of this ensures that any message added will be deduplicated and worked on one by one.
- CustomXmlConfiguration(LoggerContext, ConfigurationSource) - Constructor for class de.griefed.serverpackcreator.LoggingConfig.CustomXmlConfiguration
-
Setup the XML configuration with the passed context and config source.
- generateZip(String) - Method in class de.griefed.serverpackcreator.spring.task.TaskSubmitter
-
Submit a task for the generation of a server pack from a ZIP-archive.
- GenerateZip - Class in de.griefed.serverpackcreator.spring.zip
-
Task for generating a server pack from a modpack ZIP-archive.
- GenerateZip(String) - Constructor for class de.griefed.serverpackcreator.spring.zip.GenerateZip
-
Create a message with a task for a Zip generation.
- get() - Method in class de.griefed.serverpackcreator.MigrationManager.MigrationMessage
-
- getAddonConfig() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
The global configuration of the addon which provides this ConfigPanel extension.
- getAddonConfig(String) - Method in class de.griefed.serverpackcreator.ApplicationAddons
-
Get the global addon configuration for an addon of the passed ID.
- getAddonConfigFile(String) - Method in class de.griefed.serverpackcreator.ApplicationAddons
-
Get the configuration-file for an addon, if it exists.
- getAddonConfigs(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Get the list of configurations for a specific addon.
- getAikarsFlags() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Get this configurations AikarsFlags
- getAlignmentX() - Method in class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Get the alignment of the icon on the x-axis
- getAlignmentY() - Method in class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Get the alignment of the icon on the y-axis
- getAllFilesAndDirectoriesInModpackZip(ZipFile) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Acquire a list of all files and directories in a ZIP-file.
- getAllServerPacks() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackController
-
GET request for retrieving a list of all available server packs.
- getAnnotationScanner() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances annotation scanner used to determine the sideness of Forge mods for Minecraft
1.12.2 and older.
- getApplicationAddons() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances addon manager for ServerPackCreator-addons, if any are installed.
- getApplicationHomeForClass(Class<?>) - Method in class de.griefed.serverpackcreator.utilities.common.JarUtilities
-
Retrieve the ApplicationHome for a given class.
- getApplicationProperties() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
Get the application properties which make up the current configuration of ServerPackCreator.
- getApplicationProperties() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionTab
-
Get the application properties which make up the current configuration of ServerPackCreator.
- getApplicationProperties() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances settings used across ServerPackCreator, such as the working-directories, files
and other settings.
- getArgs() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances arguments with which ServerPackCreator was started.
- getArguments() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricDetails
-
- getAuthor() - Method in interface de.griefed.serverpackcreator.addons.BaseInformation
-
Get the author of this addon.
- getAuthor() - Method in class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
- getAvailableFabricInstallerVersions() - Method in class de.griefed.serverpackcreator.spring.VersionsController
-
Get the Latest Fabric Installer and Release Fabric installer versions as a JSON object.
- getAvailableFabricVersions() - Method in class de.griefed.serverpackcreator.spring.VersionsController
-
Get a list of all available Fabric versions.
- getAvailableForgeVersions(String) - Method in class de.griefed.serverpackcreator.spring.VersionsController
-
Get a list of all available Forge versions for a specific Minecraft version.
- getAvailableMinecraftVersions() - Method in class de.griefed.serverpackcreator.spring.VersionsController
-
Get a list of all available Minecraft versions.
- getAvailableQuiltInstallerVersions() - Method in class de.griefed.serverpackcreator.spring.VersionsController
-
Get the Latest Fabric Installer and Release Fabric installer versions as a JSON object.
- getAvailableQuiltVersions() - Method in class de.griefed.serverpackcreator.spring.VersionsController
-
Get a list of all available Fabric versions.
- getAxis() - Method in class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Get the Axis along which each icon is painted.
- getBooleanUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common boolean utilities used across ServerPackCreator.
- getButtonBorderEnable() - Method in class de.griefed.serverpackcreator.swing.themes.DarkTheme
-
- getButtonBorderEnable() - Method in class de.griefed.serverpackcreator.swing.themes.LightTheme
-
- getButtonBorderEnableToAll() - Method in class de.griefed.serverpackcreator.swing.themes.DarkTheme
-
- getButtonBorderEnableToAll() - Method in class de.griefed.serverpackcreator.swing.themes.LightTheme
-
- getCellEditorValue() - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings.ButtonColumn
-
- getClient(String) - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
Get a specific Minecraft client as a
MinecraftClient wrapped in an
Optional.
- getClientMods() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for a list of clientside-only mods to exclude from server pack.
- getClientsideMods() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the list of clientside-only mods to exclude from the server pack.
- getClientsideModsList() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the list of clientside-only mods to exclude from the server pack.
- getConfigPanels(TabCreateServerPack) - Method in class de.griefed.serverpackcreator.ApplicationAddons
-
Create config panels for the passed server pack configuration tab.
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class de.griefed.serverpackcreator.LoggingConfig
-
Depending on whether this is the first run of ServerPackCreator on a users machine, the default
log4j2 configuration may be present at different locations.
- getConfiguration() - Method in class de.griefed.serverpackcreator.spring.ApplicationPropertiesController
-
- getConfigurationEditor() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- getConfigurationHandler() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances ConfigurationHandler for checking a given
ConfigurationModel for
validity, so a server pack can safely be created from it.
- getConfirmedWorking() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the amount of votes indicating whether this server pack works.
- getCopyDirectories() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the list of files and directories to include in the server pack.
- getCopyDirectoriesList() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the list of files and directories to include in the server pack.
- getCopyDirs() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the list of directories in the modpack to copy to the server pack.
- getData() - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings
-
Get the data from the table as a map.
- getDateCreated() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the date and time at which this server pack entry was created as a
Timestamp.
- getDegrees() - Method in class de.griefed.serverpackcreator.swing.utilities.RotatedIcon
-
Gets the degrees of rotation.
- getDescription() - Method in interface de.griefed.serverpackcreator.addons.BaseInformation
-
Get the description of this addon.
- getDescription() - Method in class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
- getDirectoriesInModpackZip(ZipFile) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Acquire a list of all directories in a ZIP-file.
- getDirectoriesInModpackZipBaseDirectory(ZipFile) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Acquire a list of directories in the base-directory of a ZIP-file.
- getDirectoriesToExclude() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Getter for the list of directories to exclude from server packs.
- getDirectoriesToInclude() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Getter for the default list of directories to include in a server pack.
- getDocumentBuilder() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances DocumentBuilder for working with XML-data.
- getDownloads() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the amount of downloads this server pack has received.
- getElapsedNanoseconds() - Method in class de.griefed.serverpackcreator.utilities.SimpleStopWatch
-
Get the elapsed time in nanoseconds.
- getExtensionId() - Method in interface de.griefed.serverpackcreator.addons.ExtensionInformation
-
Get the if of this extension.
- getFabricScanner() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances scanner to determine the sideness of Fabric mods.
- getFieldNames(JsonNode, String...) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Get a string iterator for the field names of the last specified child node in the specified
JsonNode.
- getFileDiskName() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the disk-name of the CurseForge project file.
- getFileDiskName() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the file disk name of the project file from which the server pack was generated.
- getFileName() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the name of the CurseForge project file.
- getFileName() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the file display name of the project file from which the server pack was generated.
- getFilesInModpackZip(ZipFile) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Acquire a list of all files in a ZIP-file.
- getFilesToExcludeFromZipArchive() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
List of files to be excluded from ZIP-archives.
- getFileUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common file utilities used across ServerPackCreator.
- getFont() - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Get the Font used to render the text.
- getForeground() - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Get the foreground Color used to render the text.
- getForgeInstance(String, String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Get a
ForgeInstance for a given Minecraft and Forge version, wrapped in an
Optional.
- getForgeInstance(String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Get a
ForgeInstance for a given Forge version, wrapped in an
Optional.
- getForgeInstances(String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Get a list of all available
ForgeInstance for a given Minecraft version, wrapped in an
Optional
- getGame() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricArguments
-
Object-array of arguments used.
- getGap() - Method in class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Get the gap between each icon
- getGridColorTable() - Method in class de.griefed.serverpackcreator.swing.themes.DarkTheme
-
- getGridColorTable() - Method in class de.griefed.serverpackcreator.swing.themes.LightTheme
-
- getHasteBinServerUrl() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Acquire this instances HasteBin server documents endpoint URL.
- getI18n() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances internationalization used in the GUI and error messages displayed in the very
same.
- getIcon(int) - Method in class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Get the Icon at the specified index.
- getIcon() - Method in class de.griefed.serverpackcreator.swing.utilities.RotatedIcon
-
Gets the Icon to be rotated
- getIconCount() - Method in class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Get the number of Icons contained in this CompoundIcon.
- getIconHeight() - Method in class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Gets the height of this icon.
- getIconHeight() - Method in class de.griefed.serverpackcreator.swing.utilities.RotatedIcon
-
Gets the height of this icon.
- getIconHeight() - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Gets the height of this icon.
- getIconWidth() - Method in class de.griefed.serverpackcreator.swing.utilities.CompoundIcon
-
Gets the width of this icon.
- getIconWidth() - Method in class de.griefed.serverpackcreator.swing.utilities.RotatedIcon
-
Gets the width of this icon.
- getIconWidth() - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Gets the width of this icon.
- getId() - Method in class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
- getId() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the database id of a server pack.
- getId() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricDetails
-
Fabric loader ID, in the format of fabric-loader-FABRIC_VERSION-MINECRAFT_VERSION .
- getIncludeServerIcon() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for whether the server-icon.png should be included in the server pack.
- getIncludeServerInstallation() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for whether the modloader server installation should be included.
- getIncludeServerProperties() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for whether the server.properties should be included in the server pack.
- getIncludeZipCreation() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for whether a ZIP-archive of the server pack should be created.
- getInheritsFrom() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricDetails
-
The Minecraft version from which this Fabric loader version inherits from.
- getInstallerUrl(String) - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
- getInstallerUrl(String) - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
- getInstallerUrl(String) - Method in interface de.griefed.serverpackcreator.versionmeta.Meta
-
Get the URL to the installer for the specified version, wrapped in an Optional.
- getInstallerUrl(String) - Method in class de.griefed.serverpackcreator.versionmeta.quilt.QuiltMeta
-
- getInstance() - Static method in class de.griefed.serverpackcreator.ServerPackCreator
-
Acquire an instance of ServerPackCreator using the --setup-argument so a prepared
environment is present after acquiring the instance.
- getInstance(String[]) - Static method in class de.griefed.serverpackcreator.ServerPackCreator
-
Acquire an instance of ServerPackCreator using the specified argument.
- getIntermediary(String) - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricIntermediaries
-
Get a specific intermediary, wrapped in an Optional.
- getJarFile() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The .exe or JAR-file of ServerPackCreator.
- getJarFolder() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The folder containing the ServerPackCreator.exe or JAR-file.
- getJarName() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The name of the .exe or JAR-file.
- getJarUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common JAR-utilities used across ServerPackCreator.
- getJavaArgs() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the Java arguments with which the start-scripts will be generated.
- getJavaArgs() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Getter for the currently set JVM flags / Java args.
- getJavaVersion() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The Java version used to run ServerPackCreator.
- getJson(InputStream) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Acquire a JsonNode from the given json inputstream.
- getJson(String) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Acquire a JsonNode from the given json string.
- getJson(File) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Acquire a JsonNode from the given json file.
- getJson(URL) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Acquire a JsonNode from the given URL.
- getJsonUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common JSON utilities used across ServerPackCreator.
- getLanguage() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Get the currently set language.
- getLanguageToUse() - Method in class de.griefed.serverpackcreator.ServerPackCreator.CommandlineParser
-
Get the locale in which ServerPackCreator should be run in, wrapped in an Optional.
- getLastModified() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the date and time at which this server pack entry was last modified as a
Timestamp.
- getLayout() - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Get the Layout enum
- getLibraries() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricDetails
-
- getListFallbackMods() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Acquire the default fallback list of clientside-only mods.
- getListUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common list utilities used across ServerPackCreator.
- getLoaderDetails(String, String) - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
Get details for a Fabric loader.
- getMainClass() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricDetails
-
The Main class of this Fabric loader.
- getMaven() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricIntermediary
-
The maven mapping of this intermediary.
- getMessage(String) - Method in class de.griefed.serverpackcreator.i18n.I18n
-
Acquires a localized String for the provided language key from the initialized locale resource.
- getMigrationManager() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances MigrationManager responsible for checking and executing any required
migration-steps between version upgrades.
- getMigrationMessages() - Method in class de.griefed.serverpackcreator.MigrationManager
-
A list of migration messages, if any, to display in logs, GUI or any other place you can think
of.
- getMinecraftVersion() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the version of Minecraft used by the modpack.
- getMinecraftVersion() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the Minecraft version currently selected in the GUI.
- getModeToRunIn() - Method in class de.griefed.serverpackcreator.ServerPackCreator.CommandlineParser
-
Get the mode in which ServerPackCreator should be run in.
- getModLoader() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the modloader used by the modpack.
- getModloader() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the modloader selected in the GUI.
- getModLoaderCase(String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Ensures the modloader is normalized to first letter upper case and rest lower case.
- getModLoaderVersion() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the version of the modloader used by the modpack.
- getModloaderVersion() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the modloader version selected in the GUI.
- getModpackDir() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the path to the modpack directory.
- getModpackDirectory() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the modpack directory.
- getModpackJson() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the JsonNode containing all information about the modpack.
- getModScanner() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances modscanner to determine the sideness of a given Forge, Fabric, LegacyFabric or
Quilt mod.
- getModsToInclude(String, List<String>, String, String) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Generates a list of all mods to include in the server pack.
- getModsToInclude(ConfigurationModel) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Generates a list of all mods to include in the server pack.
- getName() - Method in interface de.griefed.serverpackcreator.addons.BaseInformation
-
Get the name of this addon.
- getName() - Method in class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
- getName() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricLibrary
-
The name of this library.
- getNestedBoolean(JsonNode, String...) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Get the boolean value from the nested child node(s).
- getNestedElement(JsonNode, String...) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Get a nested element from a JsonNode.
- getNestedText(JsonNode, String...) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Get the text from nested child node(s).
- getNestedTexts(JsonNode, String, String...) - Method in class de.griefed.serverpackcreator.utilities.common.JsonUtilities
-
Get the array of texts from the nested child node(s) comma-separated text.
- getObjectMapper() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances JSON-ObjectMapper used across ServerPackCreator with which this instance was
initialized.
- getOrCreateAddonConfigList(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Get the configurations for the specified addon ID.
- getOSArch() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Architecture of the operating system on which ServerPackCreator is running on.
- getOSName() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The name of the operating system on which ServerPackCreator is running on.
- getOSVersion() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The version of the OS on which ServerPackCreator is running on.
- getPadding() - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Get the padding used when rendering the text
- getPanel(VersionMeta, ApplicationProperties, Utilities, TabCreateServerPack, Optional<CommentedConfig>, String, String) - Method in interface de.griefed.serverpackcreator.addons.swinggui.ConfigPanelExtension
-
This method gets called when an extension of this type is run.
- getPath() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the path to the generated server pack.
- getPreferredSize() - Method in class de.griefed.serverpackcreator.swing.utilities.BackgroundPanel
-
Override to provide a preferred size equal to the image size.
- getProjectName() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the name of the CurseForge project.
- getProjectName() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the name of the project of the server pack.
- getQueueMaxDiskUsage() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Getter for the maximum disk usage at which JMS/Artemis will stop storing queues on disk.
- getQuiltScanner() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances scanner to determine the sideness of Quilt mods.
- getReleaseTime() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricDetails
-
The date at which this loader was released.
- getResponseAsString(URL) - Method in class de.griefed.serverpackcreator.utilities.common.WebUtilities
-
Get the reponse of a call to a URL as a string.
- getResponseCode(URL) - Method in class de.griefed.serverpackcreator.utilities.common.WebUtilities
-
Get the response-code of a call to a URL as an integer.
- getRotate() - Method in class de.griefed.serverpackcreator.swing.utilities.RotatedIcon
-
Gets the Rotate enum which indicates the direction of rotation
- getSaveLoadedConfiguration() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Getter for whether the last loaded configuration file should be saved to as well.
- getScriptSettings() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the script settings used during script creation.
- getScriptSettings() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get a hashmap of the data available in the script variables table.
- getServer(String) - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
Get a specific
MinecraftServer for the specified Minecraft-version, wrapped in an
Optional.
- getServerIconPath() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the path to the server-icon.png to include in the server pack.
- getServerIconPath() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Getter for the text in the custom server-icon textfield.
- getServerPackCreatorGui() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances frame holding the GUI allowing the user to run and configure their server
packs.
- getServerPackCreatorSplash() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
Splash screen displayed during the boot up of ServerPackCreator if a graphical environment is
supported and SPC is started in GUI-mode.
- getServerPackDestination(ConfigurationModel) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Acquire the destination directory in which the server pack will be generated.
- getServerPackHandler() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- getServerPacks() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackService
-
Get a list of all available server packs.
- getServerPackSuffix() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the suffix of the server pack to be generated.
- getServerpackSuffix() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the server pack suffix text.
- getServerPropertiesPath() - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Getter for the path of the server.properties to include in the server pack.
- getServerPropertiesPath() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Getter for the text in the custom server.properties textfield
- getSize() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the size of the generated server pack in MB.
- getSpringBootApplicationContext(String[]) - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances application context when running as a webservice.
- getStatus() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the status of the server pack.
- getStatusBarSettings() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the currently loaded configuration of the status bar.
- getStringUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common String utilities used across ServerPackCreator.
- getSupportedTypes() - Method in class de.griefed.serverpackcreator.LoggingConfig
-
- getSystemUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common system utilities used across ServerPackCreator.
- getTab(VersionMeta, ApplicationProperties, Utilities, Optional<CommentedConfig>, Optional<File>) - Method in interface de.griefed.serverpackcreator.addons.swinggui.TabExtension
-
- getTabCreateServerPack() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
Get the tab in which this ConfigPanel resides in, giving you access to various fields for
further operations.
- getTabIcon() - Method in interface de.griefed.serverpackcreator.addons.swinggui.TabExtension
-
Get the Icon for this tab to display to the ServerPackCreator GUI.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings.ButtonColumn
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings.ButtonColumn
-
- getTabTitle() - Method in interface de.griefed.serverpackcreator.addons.swinggui.TabExtension
-
Get the title of this tab to display in the ServerPackCreator GUI.
- getTabTooltip() - Method in interface de.griefed.serverpackcreator.addons.swinggui.TabExtension
-
Get the tooltip for this tab to display in the ServerPackCreator GUI.
- getText() - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Get the text String that will be rendered on the Icon
- getTextErrorColour() - Method in class de.griefed.serverpackcreator.swing.themes.DarkTheme
-
- getTextErrorColour() - Method in class de.griefed.serverpackcreator.swing.themes.LightTheme
-
- getThemeErrorColor() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Get the current themes error-text colour.
- getThemeTextColor() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
The current themes default text colour.
- getTime() - Method in class de.griefed.serverpackcreator.utilities.SimpleStopWatch
-
Get the elapsed time of this stopwatch, formatted using %2dh:%02dm:%02ds:%04dms.
- getTime(String) - Method in class de.griefed.serverpackcreator.utilities.SimpleStopWatch
-
Get the elapsed time of this stopwatch using a custom formatting.
- getTime() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricDetails
-
- getTomlParser() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances toml parser to read and parse various .toml-files during modscanning,
addon- and extension config loading and provisioning, serverpackcreator.conf reading and more.
- getTomlScanner() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances toml scanner to determine the sideness of Forge mods for Minecraft 1.13.x and
newer.
- getType() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricDetails
-
The release type of this Fabric loader.
- getUpdateChecker() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances update checker to inform the user about any potentially available update,
including links to said update, if any.
- getUrl() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricLibrary
-
The URL to this library.
- getUtilities() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
Common utilities used across ServerPackCreator.
- getUtilities() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionTab
-
Common utilities used across ServerPackCreator.
- getUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances collection of common utilities used across ServerPackCreator.
- getVersion() - Method in interface de.griefed.serverpackcreator.addons.BaseInformation
-
Get the version of this addon.
- getVersion() - Method in class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
- getVersion() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricIntermediary
-
The version of this intermediary.
- getVersionMeta() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
Get the version meta used by ServerPackCreator, giving you access to Minecraft, Forge, Fabric,
LegacyFabric and Quilt versions.
- getVersionMeta() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionTab
-
Get the version meta used by ServerPackCreator, giving you access to Minecraft, Forge, Fabric,
LegacyFabric and Quilt versions.
- getVersionMeta() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances version meta used for checking version-correctness of Minecraft and supported
modloaders, as well as gathering information about Minecraft servers and modloader installers.
- getWebUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common web utilities used across ServerPackCreator.
- getXml(File) - Method in class de.griefed.serverpackcreator.utilities.common.XmlUtilities
-
Reads the file into a Document and Node.normalize() it.
- getXml(String) - Method in class de.griefed.serverpackcreator.utilities.common.XmlUtilities
-
Reads the string into a Document and Node.normalize() it.
- getXml(InputStream) - Method in class de.griefed.serverpackcreator.utilities.common.XmlUtilities
-
Reads the inputstream into a Document and Node.normalize() it.
- getXmlUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
This instances common XML utilities used across ServerPackCreator.
- getZipGenerationProperties() - Method in class de.griefed.serverpackcreator.spring.zip.GenerateZip
-
Getter for the concatenated String which contains all information with which a server pack will
be generated from.
- sanitizeLinks(ConfigurationModel) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Sanitize any and all links in a given instance of
ConfigurationModel modpack-directory,
server-icon path, server-properties path, Java path and copy-directories entries.
- save(File) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Save this configuration.
- saveConfiguration() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionTab
-
Save the current configuration of this addon to the overlying addons config-file.
- saveToDisk(File) - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Store the ApplicationProperties to disk, overwriting the existing one.
- saveUploadedFile(MultipartFile) - Method in class de.griefed.serverpackcreator.spring.zip.ZipService
-
Store an uploaded ZIP-archive to disk.
- SCALED - Static variable in class de.griefed.serverpackcreator.swing.utilities.BackgroundPanel
-
- scan(Collection<File>) - Method in class de.griefed.serverpackcreator.modscanning.AnnotationScanner
-
Scan the fml-cache-annotation.json-files in mod JAR-files of a given directory for
their sideness.
If clientSideOnly specifies "value": "true", and is not
listed as a dependency for another mod, it is added and therefore later on excluded from the
server pack.
- scan(Collection<File>) - Method in class de.griefed.serverpackcreator.modscanning.FabricScanner
-
Scan the fabric.mod.json-files in mod JAR-files of a given directory for their
sideness.
If environment specifies client, and is not listed as a
dependency for another mod, it is added and therefore later on excluded from the server pack.
- scan(Collection<File>) - Method in class de.griefed.serverpackcreator.modscanning.QuiltScanner
-
Scan the quilt.mod.json-files in mod JAR-files of a given directory for their
sideness.
If minecraft.environment specifies client, and is not listed as a
dependency for another mod, it is added and therefore later on excluded from the server pack.
- scan(Collection<File>) - Method in class de.griefed.serverpackcreator.modscanning.TomlScanner
-
Scan the mods.toml-files in mod JAR-files of a given directory for their sideness.
- Schedules - Class in de.griefed.serverpackcreator.spring
-
Schedules to cover all kinds of aspects of ServerPackCreator.
- Schedules(ServerPackService, VersionMeta) - Constructor for class de.griefed.serverpackcreator.spring.Schedules
-
Constructor for DI.
- ScriptSettings - Class in de.griefed.serverpackcreator.swing.utilities
-
Hey, Griefed here.
- ScriptSettings(I18n) - Constructor for class de.griefed.serverpackcreator.swing.utilities.ScriptSettings
-
Create a new Script Settings table, using ServerPackCreators I18n in order to set the column
names according to the currently used language.
- ScriptSettings(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class de.griefed.serverpackcreator.swing.utilities.ScriptSettings
-
Constructs a ScriptSettings that is initialized with dm as the data model,
cm as the column model, and sm as the selection model.
- ScriptSettings.ButtonColumn - Class in de.griefed.serverpackcreator.swing.utilities
-
- scriptTemplates() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Configured list of script templates.
- server() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftClient
-
- serverDownloadable(String, String, String) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Check whether the installer for the given combination of Minecraft version, modloader and
modloader version is available/reachable.
- serverFilesDirectory() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Directory in which default server-files are stored in.
- SERVERPACK_EXTENSION_CONFIG - Variable in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
- ServerPackController - Class in de.griefed.serverpackcreator.spring.serverpack
-
RestController for everything server pack related, like downloads.
All requests are in
/api/v1/packs.
- ServerPackController(ServerPackService) - Constructor for class de.griefed.serverpackcreator.spring.serverpack.ServerPackController
-
Constructor responsible for our DI.
- ServerPackCreator - Class in de.griefed.serverpackcreator
-
Main-class of ServerPackCreator.
- ServerPackCreator(String[]) - Constructor for class de.griefed.serverpackcreator.ServerPackCreator
-
Initialize ServerPackCreator and determine the
ServerPackCreator.Mode to run in from the passed entries
in the String-array.
- ServerPackCreator.CommandlineParser - Class in de.griefed.serverpackcreator
-
The Commandline Parser checks the passed commandline arguments to determine the mode to run
in.
- ServerPackCreator.Mode - Enum in de.griefed.serverpackcreator
-
Available mods of ServerPackCreator and their respective CLI-arguments required to be
activated/used.
- ServerPackCreatorAddon - Class in de.griefed.serverpackcreator.addons
-
- ServerPackCreatorAddon(PluginWrapper) - Constructor for class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
- serverPackCreatorDatabase() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
ServerPackCreator-database when running as a webservice.
- serverPackCreatorPropertiesFile() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The serverpackcreator.properties-file which both resulted from starting
ServerPackCreator and provided the settings, properties and configurations for the currently
running instance.
- ServerPackCreatorSplash - Class in de.griefed.serverpackcreator.swing
-
- ServerPackCreatorSplash(String) - Constructor for class de.griefed.serverpackcreator.swing.ServerPackCreatorSplash
-
Create and show our splashscreen.
- serverPackCreatorVersion() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Getter for the version of ServerPackCreator.
If a JAR-file compiled from a release-job from
a CI/CD-pipeline is used, it should contain a VERSION.txt-file which contains the version of
said release.
- ServerPackCreatorWindow - Class in de.griefed.serverpackcreator.swing
-
This class creates and shows the GUI needed for running ServerPackCreator in....well...GUI mode.
- ServerPackCreatorWindow(I18n, ConfigurationHandler, ServerPackHandler, ApplicationProperties, VersionMeta, Utilities, UpdateChecker, ServerPackCreatorSplash, ApplicationAddons, List<MigrationManager.MigrationMessage>) - Constructor for class de.griefed.serverpackcreator.swing.ServerPackCreatorWindow
-
Constructor
- serverPackExtensionConfig() - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
Retrieve this extensions server pack specific configuration.
- ServerPackHandler - Class in de.griefed.serverpackcreator
-
Everything revolving around creating a server pack.
- ServerPackHandler(ApplicationProperties, VersionMeta, Utilities, ApplicationAddons, ModScanner) - Constructor for class de.griefed.serverpackcreator.ServerPackHandler
-
Create a new instance to create server packs.
- ServerPackModel - Class in de.griefed.serverpackcreator.spring.serverpack
-
Class containing all fields and therefore all information gathered from a submitted CurseForge
project and fileID, or modpack export.
- ServerPackModel() - Constructor for class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Constructor for our ServerPackModel.
- ServerPackModel(int, String, String, double, int, int, String, Timestamp, Timestamp) - Constructor for class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Constructor for our ServerPackModel, setting id, projectID, fileID, fileName, displayName,
size, downloads, confirmedWorking, status, dateCreated, lastModified manually.
- ServerPackRepository - Interface in de.griefed.serverpackcreator.spring.serverpack
-
Our JPA repository for storing and retrieving
ServerPackModels to and from our SQLite
database.
- serverPacksDirectory() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Directory in which generated server packs, or server packs being generated, are stored in, as
well as their ZIP-archives, if created.
- ServerPackService - Class in de.griefed.serverpackcreator.spring.serverpack
-
Class revolving around with server packs, like downloading, retrieving, deleting, voting etc.
- ServerPackService(ServerPackRepository) - Constructor for class de.griefed.serverpackcreator.spring.serverpack.ServerPackService
-
Constructor responsible for our DI.
- setAikarsFlags() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Sets the text of the Java args textarea to the popular Aikar flags.
- setBorder(Border) - Method in class de.griefed.serverpackcreator.swing.utilities.IconTextArea
-
- setBorder(Border) - Method in class de.griefed.serverpackcreator.swing.utilities.IconTextField
-
- setCircularIcon(boolean) - Method in class de.griefed.serverpackcreator.swing.utilities.RotatedIcon
-
Set the Icon as circular or rectangular.
- setClientMods(List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the list of clientside-only mods to exclude from server pack.
- setClientsideMods(List<String>) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Set the list of clientside-only mods to exclude from the server pack.
- setConfirmedWorking(int) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the amount of votes indicating whether this server pack works.
- setCopyDirectories(List<String>) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Set the list of files and directories to include in the server pack.
- setCopyDirs(List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the list of directories in the modpack to copy to the server pack.
- setDateCreated(Timestamp) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the date and time at which this server pack entry was created as a
Timestamp.
- setDegrees(double) - Method in class de.griefed.serverpackcreator.swing.utilities.RotatedIcon
-
Set the degrees of rotation.
- setDownloads(int) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the amount of downloads this server pack has received.
- setFileDiskName(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the disk-name of the CurseForge project file.
- setFileDiskName(String) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the file disk name of the project file from which the server pack was generated.
- setFileName(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the name of the CurseForge project file.
- setFileName(String) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the file display name of the project file from which the server pack was generated.
- setFocusBorder(Border) - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings.ButtonColumn
-
The foreground color of the button when the cell has focus
- setFont(Font) - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Set the Font to be used for rendering the text
- setForeground(Color) - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Set the foreground Color to be used for rendering the text
- setIcon(Icon) - Method in class de.griefed.serverpackcreator.swing.utilities.IconTextArea
-
- setIcon(Icon) - Method in class de.griefed.serverpackcreator.swing.utilities.IconTextField
-
- setId(int) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the database id of a server pack.
- setImage(Image) - Method in class de.griefed.serverpackcreator.swing.utilities.BackgroundPanel
-
Setter for the image used as the background.
- setImageAlignmentX(float) - Method in class de.griefed.serverpackcreator.swing.utilities.BackgroundPanel
-
Setter for the horizontal alignment of the image when using ACTUAL style.
- setImageAlignmentY(float) - Method in class de.griefed.serverpackcreator.swing.utilities.BackgroundPanel
-
Setter for the horizontal alignment of the image when using ACTUAL style.
- setIncludeServerIcon(boolean) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for whether the server-icon.png should be included in the server pack.
- setIncludeServerInstallation(boolean) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for whether the modloader server installation should be included.
- setIncludeServerProperties(boolean) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for whether the server.properties should be included in the server pack.
- setIncludeZipCreation(boolean) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for whether a ZIP-archive of the server pack should be created.
- setJavaArgs(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the Java arguments with which the start-scripts will be generated.
- setJavaArgs(String) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Setter for the JVM flags / Java args.
- setJavaPath(String) - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Setter for the path to the Java executable/binary.
- setLanguage(String) - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Overwrite the language used so the next run of ServerPackCreator uses that language setting.
- setLastModified(Timestamp) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the date and time at which this server pack entry was last modified as a
Timestamp.
- setMinecraftVersion(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the Minecraft version used by the modpack.
- setMinecraftVersion(String) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Set the Minecraft version selected in the GUI.
- setModLoader(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the modloader used by the modpack.
- setModloader(String) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Set the modloader selected in the GUI.
- setModLoaderVersion(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the version of the modloader used by the modpack.
- setModloaderVersion(String) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Set the modloader version selected in the GUI.
- setModpackDir(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the path to the modpack directory.
- setModpackDirectory(String) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Set the modpack directory.
- setModpackJson(JsonNode) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the JsonNode containing all information about the modpack.
- setPadding(int) - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
By default, the size of the Icon is based on the size of the rendered text.
- setPaint(Paint) - Method in class de.griefed.serverpackcreator.swing.utilities.BackgroundPanel
-
Setter for the Paint object used to paint the background.
- setPath(String) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the path to the generated server pack.
- setProjectName(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the name of the CurseForge project.
- setProjectName(String) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the project name of the project of the server pack.
- setScriptSettings(HashMap<String, String>) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Putter for the script settings used during script creation.
- setScriptVariables(HashMap<String, String>) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Load the hashmap into the script variables table.
- setSelectAllForActionEvent(boolean) - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings
-
Set the Select All property when editing is invoked by the "F2" key
- setSelectAllForEdit(boolean) - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings
-
Sets the Select All property for all event types
- setSelectAllForKeyEvent(boolean) - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings
-
Set the Select All property when editing is invoked by typing directly into the cell
- setSelectAllForMouseEvent(boolean) - Method in class de.griefed.serverpackcreator.swing.utilities.ScriptSettings
-
Set the Select All property when editing is invoked by the mouse
- setServerIconPath(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the path of the server-icon.png to include in the server pack.
- setServerIconPath(String) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Getter for the text in the custom server-icon textfield.
- setServerIconSelection(boolean) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Change the selection of the server icon checkbox.
- setServerInstallationSelection(boolean) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Change the selection of the server installation checkbox.
- setServerPackExtensionConfig(ArrayList<CommentedConfig>) - Method in class de.griefed.serverpackcreator.addons.swinggui.ExtensionConfigPanel
-
Pass the extension configuration to the configuration panel so it can then, in turn, load the
available configurations and make them editable, if so desired.
- setServerPackSuffix(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the suffix of the server pack to be generated
- setServerpackSuffix(String) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Set the server pack suffix text.
- setServerPropertiesPath(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Setter for the path of the server.properties to include in the server pack.
- setServerPropertiesPath(String) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Getter for the text in the custom server.properties textfield
- setServerPropertiesSelection(boolean) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Change the selection of the server properties checkbox.
- setServerZipArchiveSelection(boolean) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Change the selection of the server ZIP-archive checkbox.
- setSize(double) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the size of the generated server pack in MB.
- setStatus(String) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Setter for the status of a server pack.
- setStatusBarSettings(LarsonScanner.ScannerConfig) - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
set the configuration for the status bar in the GUI.
- setStyle(int) - Method in class de.griefed.serverpackcreator.swing.utilities.BackgroundPanel
-
Setter the style used to paint the background image.
- setText(String) - Method in class de.griefed.serverpackcreator.swing.utilities.TextIcon
-
Set the text to be rendered on the Icon
- setTheme(boolean) - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Set the current theme to Dark Theme or Light Theme.
- setTransparentAdd(boolean) - Method in class de.griefed.serverpackcreator.swing.utilities.BackgroundPanel
-
Controls whether components added to this panel should automatically be made transparent.
- SimpleDocumentListener - Interface in de.griefed.serverpackcreator.swing.utilities
-
- SimpleStopWatch - Class in de.griefed.serverpackcreator.utilities
-
Minimalistic stopwatch to measure the elapsed time between operations.
- SimpleStopWatch() - Constructor for class de.griefed.serverpackcreator.utilities.SimpleStopWatch
-
- SmartScroller - Class in de.griefed.serverpackcreator.swing.utilities
-
Hey, Griefed here.
- SmartScroller(JScrollPane) - Constructor for class de.griefed.serverpackcreator.swing.utilities.SmartScroller
-
Convenience constructor.
Scroll direction is VERTICAL and viewport position is at the END.
- SmartScroller(JScrollPane, int, int) - Constructor for class de.griefed.serverpackcreator.swing.utilities.SmartScroller
-
Specify how the SmartScroller will function.
- SmartScroller(JScrollPane, int) - Constructor for class de.griefed.serverpackcreator.swing.utilities.SmartScroller
-
Convenience constructor.
Scroll direction is VERTICAL.
- snapshotsArrayAscending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotsArrayDescending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotsAscending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotsDescending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotsServersArrayAscending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotsServersArrayDescending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotsServersAscending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotsServersDescending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotVersionsArrayAscending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotVersionsArrayDescending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotVersionsAscending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- snapshotVersionsDescending() - Method in class de.griefed.serverpackcreator.versionmeta.minecraft.MinecraftMeta
-
- specificURL(String) - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricInstaller
-
Get the URL for a specific installer version, wrapped in an Optional.
- spline(int) - Method in class de.griefed.serverpackcreator.utilities.ReticulatingSplines
-
- SPLINES - Variable in class de.griefed.serverpackcreator.utilities.ReticulatingSplines
-
- start() - Method in class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
This method is called by the application when the plugin is started.
- START - Static variable in class de.griefed.serverpackcreator.swing.utilities.SmartScroller
-
- start() - Method in class de.griefed.serverpackcreator.utilities.SimpleStopWatch
-
Starts the stopwatch.
- stop() - Method in class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
This method is called by the application when the plugin is stopped.
- stop() - Method in class de.griefed.serverpackcreator.utilities.SimpleStopWatch
-
Stops the stopwatch.
- StringUtilities - Class in de.griefed.serverpackcreator.utilities.common
-
Utility-class revolving around Strings.
- StringUtilities() - Constructor for class de.griefed.serverpackcreator.utilities.common.StringUtilities
-
- StringUtils() - Method in class de.griefed.serverpackcreator.utilities.common.Utilities
-
- submitGenerationTask(String) - Method in class de.griefed.serverpackcreator.spring.zip.ZipService
-
Submit a task for the generation of a server pack from a ZIP-archive.
- suggestCopyDirs(String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Creates a list of suggested directories to include in server pack which is later on written to
a new configuration file.
- supportedMinecraftVersion(String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Get the Minecraft version for a given Forge version, wrapped in an Optional.
- supportedMinecraftVersions() - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
All Legacy Fabric supported Minecraft versions.
- supportedModloaders() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Modloaders supported by ServerPackCreator.
- SystemUtilities - Class in de.griefed.serverpackcreator.utilities.common
-
Utility-class revolving around the system we are running on.
- SystemUtilities() - Constructor for class de.griefed.serverpackcreator.utilities.common.SystemUtilities
-
- SystemUtils() - Method in class de.griefed.serverpackcreator.utilities.common.Utilities
-