- changedUpdate(DocumentEvent) - Method in interface de.griefed.serverpackcreator.swing.utilities.SimpleDocumentListener
-
- checkConfiguration(File, List<String>, boolean) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the passed configuration-file.
- 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
-
- 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
-
- 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.
- 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.
- checkCurseForgeJsonForFabric(JsonNode) - Method in class de.griefed.serverpackcreator.utilities.ConfigUtilities
-
- 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 for old config file, if found rename to new name.
- 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.
- checkJavaPath(String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
- 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) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Check the given Minecraft and modloader versions for the specified 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.
- 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(File) - 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.
- 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.
- checkReadPermission(Path) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check the given file or directory for read-permission.
- 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
-
Checks for existence of defaults files.
- 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.
- checkWritePermission(Path) - 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 .
- 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, ConfigUtilities) - Constructor for class de.griefed.serverpackcreator.utilities.ConfigurationEditor
-
- ConfigurationHandler - Class in de.griefed.serverpackcreator
-
- ConfigurationHandler(I18n, VersionMeta, ApplicationProperties, Utilities, ConfigUtilities, 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
-
Class containing all fields and therefore all information either gathered from a configuration
file, stored by the creation of a modpack from CurseForge or passed otherwise.
- ConfigurationModel() - Constructor for class de.griefed.serverpackcreator.ConfigurationModel
-
Constructor for our ConfigurationModel.
- 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.
- ConfigUtilities - Class in de.griefed.serverpackcreator.utilities
-
Utility-class revolving around configuration utilities.
- ConfigUtilities(Utilities, ApplicationProperties, ObjectMapper) - Constructor for class de.griefed.serverpackcreator.utilities.ConfigUtilities
-
- 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<?>) - Method in class de.griefed.serverpackcreator.utilities.common.JarUtilities
-
Copy a file from inside our JAR-file to the host filesystem.
- copyFileFromJar(String, Class<?>) - 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.
- 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.
- 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
-
Create start-scripts for the generated server pack.
- createStartScripts(HashMap<String, String>, String, boolean) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Create start-scripts for the generated server pack.
- createTailer() - Method in class de.griefed.serverpackcreator.swing.TabAddonsHandlerLog
-
- createTailer() - Method in class de.griefed.serverpackcreator.swing.TabServerPackCreatorLog
-
- createTailer() - 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.
- DarkTheme - Class in de.griefed.serverpackcreator.swing.themes
-
This is the dark-theme which ServerPackCreator uses.
- DarkTheme() - Constructor for class de.griefed.serverpackcreator.swing.themes.DarkTheme
-
- de.griefed.serverpackcreator - package de.griefed.serverpackcreator
-
The ServerPackCreator core.
The heart and soul, if you will.
The classes inside this
package are responsible for turning your modpack into a server pack.
- de.griefed.serverpackcreator.addons - package de.griefed.serverpackcreator.addons
-
Annotations for ServerPackCreator plugins/addons.
- de.griefed.serverpackcreator.addons.configurationhandler - package de.griefed.serverpackcreator.addons.configurationhandler
-
- de.griefed.serverpackcreator.addons.serverpackhandler - package de.griefed.serverpackcreator.addons.serverpackhandler
-
- de.griefed.serverpackcreator.addons.swinggui - package de.griefed.serverpackcreator.addons.swinggui
-
Addon/plugin annotations in the Swing-GUI of ServerPackCreator.
- de.griefed.serverpackcreator.i18n - package de.griefed.serverpackcreator.i18n
-
i18n i.e.
- de.griefed.serverpackcreator.modscanning - package de.griefed.serverpackcreator.modscanning
-
Modscanning to determine which mod can safely be excluded from a given modpack and therefor, soon
to be server pack.
- de.griefed.serverpackcreator.spring - package de.griefed.serverpackcreator.spring
-
ServerPackCreators Webservice.
This package provides the complete access and control of
ServerPackCreator functionality through the Spring Boot framework REST API.
- de.griefed.serverpackcreator.spring.serverpack - package de.griefed.serverpackcreator.spring.serverpack
-
Everything revolving around server packs in the webservice.
- de.griefed.serverpackcreator.spring.task - package de.griefed.serverpackcreator.spring.task
-
Artemis JMS configuration.
- de.griefed.serverpackcreator.spring.zip - package de.griefed.serverpackcreator.spring.zip
-
Everything related to creating a server pack from a modpack ZIP-archive.
- de.griefed.serverpackcreator.swing - package de.griefed.serverpackcreator.swing
-
The Swing-GUI for ServerPackCreator.
- de.griefed.serverpackcreator.swing.themes - package de.griefed.serverpackcreator.swing.themes
-
ServerPackCreator GUI themes.
- de.griefed.serverpackcreator.swing.utilities - package de.griefed.serverpackcreator.swing.utilities
-
Utilities for creating our GUI.
- de.griefed.serverpackcreator.utilities - package de.griefed.serverpackcreator.utilities
-
The utilities package holds classes and methods for various useful bits and pieces used all
throughout ServerPackCreator.
- de.griefed.serverpackcreator.utilities.common - package de.griefed.serverpackcreator.utilities.common
-
Common utilities used by various parts, projects, things, cheeseburgers.
- de.griefed.serverpackcreator.versionmeta - package de.griefed.serverpackcreator.versionmeta
-
The VersionMeta gives you access to various information about various modloaders, their versions,
installers, compatibility and, of course, Minecraft itself.
- de.griefed.serverpackcreator.versionmeta.fabric - package de.griefed.serverpackcreator.versionmeta.fabric
-
Anything and everything related to the Fabric-modloader.
- de.griefed.serverpackcreator.versionmeta.forge - package de.griefed.serverpackcreator.versionmeta.forge
-
Anything and everything related to the Forge-modloader.
- de.griefed.serverpackcreator.versionmeta.legacyfabric - package de.griefed.serverpackcreator.versionmeta.legacyfabric
-
Anything and everything related to the LegacyFabric-modloader.
- de.griefed.serverpackcreator.versionmeta.minecraft - package de.griefed.serverpackcreator.versionmeta.minecraft
-
Anything and everything related to the Minecraft itself.
- de.griefed.serverpackcreator.versionmeta.quilt - package de.griefed.serverpackcreator.versionmeta.quilt
-
Anything and everything related to the Quilt-modloader.
- DEFAULT_CONFIG() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Default configuration-file for a server pack generation.
- DEFAULT_POWERSHELL_TEMPLATE() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The default PowerShell-script template.
- DEFAULT_SERVER_ICON() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Default server-icon.png-file used by Minecraft servers.
- DEFAULT_SERVER_PROPERTIES() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Default server.properties-file used by Minecraft servers.
- DEFAULT_SHELL_TEMPLATE() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
The default shell-script template.
- deleteServerPack(int) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackService
-
Deletes a server pack with the given id.
- DIRECTORY_PLUGINS() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Directory where plugins are stored in.
- DIRECTORY_PLUGINS_CONFIG() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Directory where plugin configurations are stored in.
- DIRECTORY_SERVER_FILES() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Directory where server-files are stored in, for example the default server-icon and
server.properties.
- displayUpdateDialog() - Method in class de.griefed.serverpackcreator.swing.MainMenuBar
-
If an initialize is available for ServerPackCreator, display a dialog asking the user whether
- downloadAndReplaceFile(File, URL) - Method in class de.griefed.serverpackcreator.utilities.common.WebUtilities
-
Download the file from the specified URL to the specified destination, replacing the file if it
already exists.
- downloadAndReplaceFile(String, URL) - Method in class de.griefed.serverpackcreator.utilities.common.WebUtilities
-
Download the file from the specified URL to the specified destination, replacing the file if it
already exists.
- downloadFile(File, URL) - Method in class de.griefed.serverpackcreator.utilities.common.WebUtilities
-
Download the file from the specified URL to the specified destination.
- downloadFile(String, URL) - Method in class de.griefed.serverpackcreator.utilities.common.WebUtilities
-
Download the file from the specified URL to the specified destination.
- downloadServerPack(int) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackController
-
GET request for downloading a server pack by the id in the database.
- downloadServerPackById(int) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackService
-
Download a server pack with the given database id.
- 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.
- 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.utilities.ConfigUtilities
-
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
-
- getApplicationAddons() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- 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
-
- getArgs() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
The 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
-
- 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() - Method in class de.griefed.serverpackcreator.spring.ApplicationPropertiesController
-
- getConfigurationEditor() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- getConfigurationHandler() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- getConfigUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- 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.
- getDefaultListFallbackMods() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Acquire the default fallback list of clientside-only mods.
- 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.utilities.ConfigUtilities
-
Acquire a list of all directories in a ZIP-file.
- getDirectoriesInModpackZipBaseDirectory(ZipFile) - Method in class de.griefed.serverpackcreator.utilities.ConfigUtilities
-
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.
- getDirectoryServerPacks() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Getter for the directory in which the server packs are stored/generated in.
- getDownloads() - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackModel
-
Getter for the amount of downloads this server pack has received.
- getExtensionId() - Method in interface de.griefed.serverpackcreator.addons.ExtensionInformation
-
Get the if of this extension.
- getFabricScanner() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- 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.utilities.ConfigUtilities
-
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
-
- 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
- getGitGriefed() - Method in class de.griefed.serverpackcreator.utilities.UpdateChecker
-
Getter for the instance of our GitLabChecker for GitGriefed.
- getGitHub() - Method in class de.griefed.serverpackcreator.utilities.UpdateChecker
-
Getter for the instance of our GitHubChecker.
- getGitLab() - Method in class de.griefed.serverpackcreator.utilities.UpdateChecker
-
Getter for the instance of our GitLabChecker for GitLab.
- 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
-
- 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.
- getJarUtilities() - Method in class de.griefed.serverpackcreator.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.
- getJavaPath(String) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
- getJson(InputStream, ObjectMapper) - Method in class de.griefed.serverpackcreator.versionmeta.Manifests
-
Acquire a JsonNode from the given json inputstream.
- getJson(File, ObjectMapper) - Method in class de.griefed.serverpackcreator.versionmeta.Manifests
-
Acquire a JsonNode from the given json file.
- getJson(URL, ObjectMapper) - Method in class de.griefed.serverpackcreator.versionmeta.Manifests
-
Acquire a JsonNode from the given URL.
- getJsonUtilities() - Method in class de.griefed.serverpackcreator.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.
- getListFallbackModsRegex() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Getter for the regex fallback list of clientside-only mods.
- getListUtilities() - Method in class de.griefed.serverpackcreator.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.
- 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.utilities.ConfigUtilities
-
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
-
- getModsToInclude(ConfigurationModel) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Generates a list of all mods to include in the server pack.
- 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.
- 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
-
- getOrCreateAddonConfigList(String) - Method in class de.griefed.serverpackcreator.ConfigurationModel
-
Get the configurations for the specified addon ID.
- 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
-
- 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
-
- getServerPackCreatorSplash() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- 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.
- 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
-
- getSystemUtilities() - Method in class de.griefed.serverpackcreator.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.versionmeta.fabric.FabricDetails
-
- getTomlParser() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- getTomlScanner() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- 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
-
- 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
-
- 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
-
- getWebUtilities() - Method in class de.griefed.serverpackcreator.ServerPackCreator
-
- getXml(File) - Method in class de.griefed.serverpackcreator.versionmeta.Manifests
-
Reads the file into a Document and Node.normalize() it.
- getXml(InputStream) - Method in class de.griefed.serverpackcreator.versionmeta.Manifests
-
Reads the inputstream into a Document and Node.normalize() it.
- 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.
- I18n - Class in de.griefed.serverpackcreator.i18n
-
This is the localizationManager for ServerPackCreator.
To use it, initialize it by calling
I18n.initialize().
- I18n(ApplicationProperties) - Constructor for class de.griefed.serverpackcreator.i18n.I18n
-
Constructor for our I18n using the locale set in the
ApplicationProperties-instance
passed to this constructor.
- I18n(ApplicationProperties, String) - Constructor for class de.griefed.serverpackcreator.i18n.I18n
-
Constructor for our I18n with a given locale.
- IconTextArea - Class in de.griefed.serverpackcreator.swing.utilities
-
- IconTextArea(String) - Constructor for class de.griefed.serverpackcreator.swing.utilities.IconTextArea
-
- IconTextArea() - Constructor for class de.griefed.serverpackcreator.swing.utilities.IconTextArea
-
- IconTextField - Class in de.griefed.serverpackcreator.swing.utilities
-
- IconTextField(String) - Constructor for class de.griefed.serverpackcreator.swing.utilities.IconTextField
-
- IconTextField() - Constructor for class de.griefed.serverpackcreator.swing.utilities.IconTextField
-
- improvedLauncherUrl(String, String) - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
Get the URL to the Fabric launcher for the specified Minecraft and Fabric version.
- IncorrectLanguageException - Exception in de.griefed.serverpackcreator.i18n
-
- IncorrectLanguageException() - Constructor for exception de.griefed.serverpackcreator.i18n.IncorrectLanguageException
-
- IncorrectLanguageException(String) - Constructor for exception de.griefed.serverpackcreator.i18n.IncorrectLanguageException
-
- IncorrectLanguageException(String, Throwable) - Constructor for exception de.griefed.serverpackcreator.i18n.IncorrectLanguageException
-
- IncorrectLanguageException(Throwable) - Constructor for exception de.griefed.serverpackcreator.i18n.IncorrectLanguageException
-
- initialize() - Method in class de.griefed.serverpackcreator.i18n.I18n
-
Initialize the I18n with en_us as the locale.
- initialize(String) - Method in class de.griefed.serverpackcreator.i18n.I18n
-
Initializes the I18n with a provided locale.
- initialize(MinecraftMeta) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Update this instances ForgeLoader with new information.
- insert(ServerPackModel) - Method in class de.griefed.serverpackcreator.spring.serverpack.ServerPackService
-
Store a server pack in the database.
- insertUpdate(DocumentEvent) - Method in interface de.griefed.serverpackcreator.swing.utilities.SimpleDocumentListener
-
- installBorders() - Method in class de.griefed.serverpackcreator.swing.themes.DarkTheme
-
- installBorders() - Method in class de.griefed.serverpackcreator.swing.themes.LightTheme
-
- installColor() - Method in class de.griefed.serverpackcreator.swing.themes.DarkTheme
-
- installColor() - Method in class de.griefed.serverpackcreator.swing.themes.LightTheme
-
- installDefaultColor() - Method in class de.griefed.serverpackcreator.swing.themes.DarkTheme
-
- installerUrl() - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeInstance
-
Get the URL to the Forge server installer for this instances Minecraft and Forge version.
- installerUrl(String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Get the Forge server installer URL for a given Forge version, wrapped in an Optional.
- installerVersionsArrayAscending() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
- installerVersionsArrayAscending() - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
- installerVersionsArrayAscending() - Method in interface de.griefed.serverpackcreator.versionmeta.Meta
-
Array of available installer version in ascending order.
- installerVersionsArrayAscending() - Method in class de.griefed.serverpackcreator.versionmeta.quilt.QuiltMeta
-
- installerVersionsArrayDescending() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
- installerVersionsArrayDescending() - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
- installerVersionsArrayDescending() - Method in interface de.griefed.serverpackcreator.versionmeta.Meta
-
Array of available installer version in descending order.
- installerVersionsArrayDescending() - Method in class de.griefed.serverpackcreator.versionmeta.quilt.QuiltMeta
-
- installerVersionsListAscending() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
- installerVersionsListAscending() - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
- installerVersionsListAscending() - Method in interface de.griefed.serverpackcreator.versionmeta.Meta
-
List of available installer version in ascending order.
- installerVersionsListAscending() - Method in class de.griefed.serverpackcreator.versionmeta.quilt.QuiltMeta
-
- installerVersionsListDescending() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
- installerVersionsListDescending() - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
- installerVersionsListDescending() - Method in interface de.griefed.serverpackcreator.versionmeta.Meta
-
List of available installer version in descending order.
- installerVersionsListDescending() - Method in class de.griefed.serverpackcreator.versionmeta.quilt.QuiltMeta
-
- installServer(ConfigurationModel) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Installs the modloader server for the specified modloader, modloader version and Minecraft
version.
- installServer(String, String, String, String) - Method in class de.griefed.serverpackcreator.ServerPackHandler
-
Installs the modloader server for the specified modloader, modloader version and Minecraft
version.
- InvalidFileTypeException - Exception in de.griefed.serverpackcreator.utilities.common
-
- InvalidFileTypeException(String) - Constructor for exception de.griefed.serverpackcreator.utilities.common.InvalidFileTypeException
-
- InvalidLinkException - Exception in de.griefed.serverpackcreator.utilities.common
-
- InvalidLinkException(String) - Constructor for exception de.griefed.serverpackcreator.utilities.common.InvalidLinkException
-
- InvalidTypeException - Exception in de.griefed.serverpackcreator.versionmeta
-
Exceptions thrown if a specified
Type is considered invalid.
- InvalidTypeException(String) - Constructor for exception de.griefed.serverpackcreator.versionmeta.InvalidTypeException
-
- isAutoExcludingModsEnabled() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Is auto excluding of clientside-only mods enabled.
- isCircularIcon() - Method in class de.griefed.serverpackcreator.swing.utilities.RotatedIcon
-
Is the image circular or rectangular? Only used for Rotate.ABOUT_CENTER.
- isDarkTheme() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Is the Dark Theme currently active?
- isDir(ConfigurationModel, List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
If the in the configuration specified modpack dir is an existing directory, checks are made for
valid configuration of: directories to copy to server pack, if includeServerInstallation is
true path to Java executable/binary, Minecraft version, modloader and modloader
version.
- isForgeInstanceAvailable(String, String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Check whether Forge is available for a given Forge- and Minecraft version.
- isForgeInstanceAvailable(String) - Method in class de.griefed.serverpackcreator.versionmeta.forge.ForgeMeta
-
Check whether Forge is available for a given Forge version
- isInstallerUrlAvailable(String) - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
- isInstallerUrlAvailable(String) - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
- isInstallerUrlAvailable(String) - Method in interface de.griefed.serverpackcreator.versionmeta.Meta
-
Check whether a URL to an installer is available for the specified version.
- isInstallerUrlAvailable(String) - Method in class de.griefed.serverpackcreator.versionmeta.quilt.QuiltMeta
-
- isJavaScriptAutoupdateEnabled() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Whether to automatically update the SPC_JAVA_SPC-placeholder in the script variables
table with a Java path matching the required Java version for the Minecraft server.
- isLink(String) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check if the given file is a UNIX symlink or Windows lnk.
- isLink(File) - Method in class de.griefed.serverpackcreator.utilities.common.FileUtilities
-
Check if the given file is a UNIX symlink or Windows lnk.
- isMinecraftSupported(String) - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
- isMinecraftSupported(String) - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
- isMinecraftSupported(String) - Method in interface de.griefed.serverpackcreator.versionmeta.Meta
-
Check whether the given Minecraft version is supported by this modloader.
- isMinecraftSupported(String) - Method in class de.griefed.serverpackcreator.versionmeta.quilt.QuiltMeta
-
- isServerIconInclusionTicked() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Is the inclusion of a server-icon.png desired?
- isServerInstallationTicked() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Is the modloader server installation desired?
- isServerPackCleanupEnabled() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Whether cleanup procedures after server pack generation are enabled.
- isServerPacksOverwriteEnabled() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Whether overwriting of already existing server packs is enabled.
- isServerPropertiesInclusionTicked() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Is the inclusion of a server.properties-file desired?
- isStable() - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricIntermediary
-
Whether this intermediary is considered stable.
- isVersionValid(String) - Method in class de.griefed.serverpackcreator.versionmeta.fabric.FabricMeta
-
- isVersionValid(String) - Method in class de.griefed.serverpackcreator.versionmeta.legacyfabric.LegacyFabricMeta
-
- isVersionValid(String) - Method in interface de.griefed.serverpackcreator.versionmeta.Meta
-
Check whether the specified version is available/correct/valid.
- isVersionValid(String) - Method in class de.griefed.serverpackcreator.versionmeta.quilt.QuiltMeta
-
- isZip(ConfigurationModel, List<String>) - Method in class de.griefed.serverpackcreator.ConfigurationHandler
-
Checks the specified ZIP-archive for validity.
- isZipCreationTicked() - Method in class de.griefed.serverpackcreator.swing.TabCreateServerPack
-
Is the creation of a server pack ZIP-archive desired?
- isZipFileExclusionEnabled() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Whether the exclusion of files from the ZIP-archive of the server pack is enabled.
- 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
-
- 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
-
Launch-class of ServerPackCreator which determines the mode to run in, takes care of
initialization and dependency injection and, finally, running ServerPackCreator.
- ServerPackCreator(String[]) - Constructor for class de.griefed.serverpackcreator.ServerPackCreator
-
- ServerPackCreator.CommandlineParser - Class in de.griefed.serverpackcreator
-
Check the passed commandline-arguments with which ServerPackCreator was started and return the
mode in which to run.
- ServerPackCreator.Mode - Enum in de.griefed.serverpackcreator
-
Mode-priorities.
- SERVERPACKCREATOR_DATABASE() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
ServerPackCreator-database when running as a webservice.
- SERVERPACKCREATOR_PROPERTIES() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
Properties file used by ServerPackCreator, containing the configuration for this instance of
it.
- SERVERPACKCREATOR_VERSION() - 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.
- ServerPackCreatorAddon - Class in de.griefed.serverpackcreator.addons
-
- ServerPackCreatorAddon(PluginWrapper) - Constructor for class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
- ServerPackCreatorSplash - Class in de.griefed.serverpackcreator.swing
-
- ServerPackCreatorSplash(String) - Constructor for class de.griefed.serverpackcreator.swing.ServerPackCreatorSplash
-
Create and show our splashscreen.
- 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, ConfigUtilities) - 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
-
Create a server pack from a modpack by copying all specified or required files from the modpack
to the server pack as well as installing the modloader server for the specified modloader,
modloader version and Minecraft version.
- ServerPackHandler(ApplicationProperties, VersionMeta, Utilities, ApplicationAddons, ModScanner) - Constructor for class de.griefed.serverpackcreator.ServerPackHandler
-
Constructor
- 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.
- 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.
- 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
-
- 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) - Constructor for class de.griefed.serverpackcreator.swing.utilities.SmartScroller
-
Convenience constructor.
Scroll direction is VERTICAL.
- SmartScroller(JScrollPane, int, int) - Constructor for class de.griefed.serverpackcreator.swing.utilities.SmartScroller
-
Specify how the SmartScroller will function.
- 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
-
- stop() - Method in class de.griefed.serverpackcreator.addons.ServerPackCreatorAddon
-
This method is called by the application when the plugin is stopped.
- 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.utilities.ConfigUtilities
-
Creates a list of suggested directories to include in server pack which is later on written to
a new configuration file.
- SUPPORTED_MODLOADERS() - Method in class de.griefed.serverpackcreator.ApplicationProperties
-
String-array of modloaders supported by ServerPackCreator.
- 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.
- systemInformation(ApplicationHome) - Method in class de.griefed.serverpackcreator.utilities.common.JarUtilities
-
Retrieve information about the environment for the given instance of ApplicationHome,
stored in a HashMap.
Available key-value-pairs:
jarPath - The path to the
JAR-file.
jarName - The name of the JAR-file.
javaVersion - The version of the Java
installation used.
osArch - Architecture of the system.
osName - Name of the operating
system.
osVersion - Version of the operating system.
- 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
-