A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z  _ 

C

canBeFocusOwner() - function in java.awt.Component
 
canBeFocusOwnerRecursively() - function in java.awt.Component
 
canContainFocusOwner(java.awt.Component) - function in java.awt.Container
 
changeLocale(de.comahe.i18n4k.Locale) - function in de.griefed.serverpackcreator.api.ApiProperties
Writes the specified locale from -lang your_locale to a lang.properties file to ensure every subsequent start of serverpackcreator is executed using said locale.
changeLocale(de.comahe.i18n4k.Locale) - function in de.griefed.serverpackcreator.api.settings.I18nConfig
Changes the locale and persists it via the injected save-callback, ensuring every subsequent start of ServerPackCreator uses said locale.
checkConfiguration(de.griefed.serverpackcreator.api.config.PackConfig,de.griefed.serverpackcreator.api.config.ConfigCheck,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Check the passed packConfig.
checkConfiguration(java.io.File,de.griefed.serverpackcreator.api.config.PackConfig,de.griefed.serverpackcreator.api.config.ConfigCheck,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Check the passed configuration-file.
checkFileType(java.io.File) - function in de.griefed.serverpackcreator.api.utilities.common.FileUtilities.Companion
Check the given file for its type, whether it is a regular file, a Windows link or a UNIX symlink.
checkFileType(java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.FileUtilities.Companion
Check the given file for its type, whether it is a regular file, a Windows link or a UNIX symlink.
checkForIllegalCharacters(java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.StringUtilities.Companion
Check the passed string whether it contains any of the following characters:
  • /

  • <

  • >

  • :

  • "

  • \

  • |

  • ?

  • *

  • #

  • %

  • &

  • {

  • }

  • $

  • !

  • @

  • +

  • ´

  • `

  • =

checkForInvalidPathCharacters(java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.StringUtilities.Companion
Check the passed string whether it contains characters invalid in a path-declaration:
  • <

  • >

  • :

  • "

  • |

  • ?

  • *

  • #

  • %

  • &

  • {

  • }

  • $

  • !

  • @

  • ´

  • `

  • =

checkForProjectInformation(de.griefed.serverpackcreator.api.config.PackConfig) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Check for minecraftinstance.json and profile.json and if either is present, try to obtain the project- and fileIDs as well as the modpack distribution-platform (Modrinth or CurseForge).
checkGD(java.lang.String) - function in java.awt.Component
 
checkIconAndProperties(java.lang.String) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Checks the passed String whether it is an existing file.
checkIfChildObscuredBySibling() - function in javax.swing.JComponent
 
checkImage(java.awt.Image,java.awt.image.ImageObserver) - function in java.awt.Component
 
checkImage(java.awt.Image,java.lang.Integer,java.lang.Integer,java.awt.image.ImageObserver) - function in java.awt.Component
 
checkInclusions(java.util.List,java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Check the inclusion-specifications for existing sources, valid destinations and valid in-/exclusion-filter regexes.
checkInclusions(java.util.List,java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.config.InclusionsValidator
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.
checkManifests(java.lang.String,de.griefed.serverpackcreator.api.config.PackConfig,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Check whether various manifests from various launchers exist and use them to update the PackConfig and pack-name.
checkManifests(java.lang.String,de.griefed.serverpackcreator.api.config.PackConfig,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.config.ModpackManifestParser
Check whether various manifests from various launchers exist and use them to update our ConfigurationModel and pack name.
checkModloader(java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Checks whether a supported modloader was specified.
checkModloader(java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.config.ModloaderValidator
Checks whether either Forge or Fabric were specified as the modloader.
checkModloaderVersion(java.lang.String,java.lang.String,java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Check the given Minecraft- and modloader-versions for the specified modloader.
checkModloaderVersion(java.lang.String,java.lang.String,java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.config.ModloaderValidator
Check the given Minecraft and modloader versions for the specified modloader.
checkModpackDir(java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Check the passed directory for existence, type and the absence of the overrides-directory.
checkModpackDir(java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.config.ModpackDirectoryValidator
Check the passed directory for existence and whether it is a directory, rather than a file.
checkPluginId(java.lang.String) - function in org.pf4j.AbstractPluginManager
 
checkPluginState(java.lang.String,org.pf4j.PluginState) - function in org.pf4j.AbstractPluginManager
 
checkServerFilesFile(java.io.File) - function in de.griefed.serverpackcreator.api.ApiWrapper
Check whether the specified server-files file exists and create it if it doesn't.
checkTreeLock() - function in java.awt.Component
 
checkZipArchive(java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
Check a given ZIP-archives contents for validity as a modpack.
checkZipArchive(java.lang.String,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.config.ModpackZipInspector
Check a given ZIP-archives contents.
ClassUtilitiesKt - class in de.griefed.serverpackcreator.api.utilities.common
 
cleanList(java.util.List) - function in de.griefed.serverpackcreator.api.utilities.common.ListUtilities.Companion
Clean a given String List of any entry consisting only of whitespace or a length of 0 .
cleanupEnvironment(java.lang.Boolean,java.lang.String) - function in de.griefed.serverpackcreator.api.serverpack.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() - function in de.griefed.serverpackcreator.api.plugins.swinggui.ExtensionConfigPanel
Clear the interface, or in other words, reset this extensions config panel UI.
clearCurrentFocusCycleRootOnHide() - function in java.awt.Component
 
clearMostRecentFocusOwnerOnHide() - function in java.awt.Component
 
clearPropertyFileList() - function in de.griefed.serverpackcreator.api.ApiProperties
Forget every properties file the store has loaded from.
clearScriptVariables() - function in de.griefed.serverpackcreator.api.plugins.swinggui.ServerPackConfigTab
Empty the start-script placeholder table, leaving generation to fall back on the shipped defaults.
clearTrackedFiles() - function in de.griefed.serverpackcreator.api.PropertyStore
Forgets all tracked properties-files, so subsequent save-calls only write the always-written file.
CLIENT - enum entry in de.griefed.serverpackcreator.api.modscanning.Sideness

Client-only, and therefore excludable from the server pack.

clientPropertyChanged(java.lang.Object,java.lang.Object,java.lang.Object) - function in javax.swing.JComponent
 
clientReleases() - function in de.griefed.serverpackcreator.api.versionmeta.minecraft.MinecraftMeta
Get a list of all available MinecraftClient of the de.griefed.serverpackcreator.api.versionmeta.Type.RELEASE, in ascending order.
clientSideMods() - function in de.griefed.serverpackcreator.api.ApiProperties
Acquire the default fallback list of clientside-only mods.
clientSideMods() - function in de.griefed.serverpackcreator.api.settings.GenerationConfig
The clientside-only mod-list matching the active exclusionFilter: the regex-variant for ExclusionFilter.REGEX, the plain list otherwise.
clientSnapshots() - function in de.griefed.serverpackcreator.api.versionmeta.minecraft.MinecraftMeta
Get a list of all available MinecraftClient of the de.griefed.serverpackcreator.api.versionmeta.Type.SNAPSHOT, in ascending order.
coalesceEvents(java.awt.AWTEvent,java.awt.AWTEvent) - function in java.awt.Component
 
compareSemantics(java.lang.String,java.lang.String,de.griefed.serverpackcreator.api.utilities.common.Comparison) - function in de.griefed.serverpackcreator.api.utilities.common.SemanticVersionComparator.Companion
Compare the given new version against the given current version, depending on comparison type EQUAL, NEW, or EQUAL_OR_NEW.
Comparison - class in de.griefed.serverpackcreator.api.utilities.common
 
compileModList(de.griefed.serverpackcreator.api.config.PackConfig) - function in de.griefed.serverpackcreator.api.serverpack.ModListCompiler
Generates a list of all mods to include in the server pack.
compileModList(java.lang.String,java.util.List,java.util.List,java.lang.String,java.lang.String) - function in de.griefed.serverpackcreator.api.serverpack.ModListCompiler
Generates a list of all mods to include in the server pack.
compileModList(de.griefed.serverpackcreator.api.config.PackConfig) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
Generate the list of mods to include in the server pack from the given configuration.
compileModList(java.lang.String,java.util.List,java.util.List,java.lang.String,java.lang.String) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
Generate the list of mods to include in the server pack, excluding clientside-only mods.
componentInputMapChanged(javax.swing.ComponentInputMap) - function in javax.swing.JComponent
 
computeVisibleRect(java.awt.Rectangle) - function in javax.swing.JComponent
 
compWriteObjectNotify() - function in javax.swing.JComponent
 
concatenate(java.util.List) - function in de.griefed.serverpackcreator.api.utilities.common.ListUtilitiesKt
Flatten several lists into one, preserving order.
ConfigCheck - class in de.griefed.serverpackcreator.api.config
Conveniently access all different check-types, whether they passed and which errors, if any, were encountered.
ConfigCheckExtension - class in de.griefed.serverpackcreator.api.plugins.configurationhandler
Extension point for configuration checks, so you can run your own checks on a given PackConfig should you so desire.
ConfigPanelExtension - class in de.griefed.serverpackcreator.api.plugins.swinggui
Extension point for plugins which add additional javax.swing.JPanels in a given server pack tab, allowing users to customize server pack specific configurations of a plugin.
ConfigurationHandler - class in de.griefed.serverpackcreator.api.config
Check any given PackConfig 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.
constructComponentName() - function in java.awt.Component
 
CONTAIN - enum entry in de.griefed.serverpackcreator.api.config.ExclusionFilter

Does the name of a mod contain the user specified string?

CONTAINS - enum entry in de.griefed.serverpackcreator.api.utilities.common.FilterType

Whether the string to check contains the given filter.

contains(java.awt.Point) - function in java.awt.Component
 
contains(java.lang.Integer,java.lang.Integer) - function in java.awt.Component
 
containsFocus() - function in java.awt.Component
 
convert(java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.BooleanUtilities.Companion
Converts various strings to booleans, by using regex, to allow for more variations in input.
copy(java.lang.Boolean) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackFile
Copy this ServerPackFiles source to the destination.
copyFileFromJar(java.lang.String,java.io.File,java.lang.Class) - function in de.griefed.serverpackcreator.api.utilities.common.JarUtilities.Companion
Copy a file from inside our JAR-file to the host filesystem to the specified destination.
copyFileFromJar(java.lang.String,java.io.File,java.lang.Boolean,java.lang.Class) - function in de.griefed.serverpackcreator.api.utilities.common.JarUtilities.Companion
Copy a file from inside our JAR-file to the host filesystem to the specified destination, replacing an already existing file.
copyFileFromJar(java.lang.String,java.lang.Class,java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.JarUtilities.Companion
Copy a file from inside our JAR-file to the host filesystem.
copyFileFromJar(java.lang.String,java.lang.Boolean,java.lang.Class,java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.JarUtilities.Companion
Copy a file from inside our JAR-file to the host filesystem.
copyFiles(java.lang.String,kotlin.collections.ArrayList,java.util.List,java.util.List,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackFileGatherer
Copies all specified directories and mods, excluding clientside-only mods, from the modpack directory into the server pack directory.
copyFiles(java.lang.String,java.util.ArrayList,java.util.List,java.util.List,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
Recursively copy all specified directories and files, excluding clientside-only mods, to the server pack.
copyFolderFromJar(java.lang.Class,java.lang.String,java.lang.String,java.lang.String,kotlin.text.Regex,java.io.File) - function in de.griefed.serverpackcreator.api.utilities.common.JarUtilities.Companion
Copy a folder from inside a JAR-file to the host filesystem.
copyIcon(java.lang.String,java.lang.String) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
Copy the server-icon.png into the server pack, scaled to 64x64.
copyIcon(java.lang.String,java.lang.String) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackProvisioner
Copies the server-icon.png into server pack.
copyProperties(java.lang.String,java.lang.String) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
Copy the server.properties into the server pack.
copyProperties(java.lang.String,java.lang.String) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackProvisioner
Copies the server.properties into server pack.
countComponents() - function in java.awt.Container
 
countHierarchyMembers() - function in java.awt.Component
 
create(java.io.File,java.lang.Boolean,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.utilities.common.FileUtilitiesKt
All parent directories are created, but not the file itself.
create(org.pf4j.PluginWrapper) - function in org.pf4j.PluginFactory
 
createAdvertiser(java.lang.String,org.apache.logging.log4j.core.config.ConfigurationSource,kotlin.ByteArray,java.lang.String) - function in org.apache.logging.log4j.core.config.AbstractConfiguration
 
createBufferStrategy(java.lang.Integer) - function in java.awt.Component
 
createBufferStrategy(java.lang.Integer,java.awt.BufferCapabilities) - function in java.awt.Component
 
createChildHierarchyEvents(java.lang.Integer,java.lang.Long,java.lang.Boolean) - function in java.awt.Container
 
createConfiguration(org.apache.logging.log4j.core.config.Node,org.apache.logging.log4j.core.LogEvent) - function in org.apache.logging.log4j.core.config.Configuration
 
createExtensionFactory() - function in de.griefed.serverpackcreator.api.ApiPlugins
 
createExtensionFinder() - function in org.pf4j.AbstractPluginManager
 
createHasteBinFromFile(java.io.File) - function in de.griefed.serverpackcreator.api.utilities.common.WebUtilities
Create a HasteBin post from a given text file.
createHasteBinFromString(java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.WebUtilities
Create a HasteBin post from a given string.
createHierarchyEvents(java.lang.Integer,java.awt.Component,java.awt.Container,java.lang.Long,java.lang.Boolean) - function in java.awt.Component
 
createImage(java.awt.image.ImageProducer) - function in java.awt.Component
 
createImage(java.lang.Integer,java.lang.Integer) - function in java.awt.Component
 
createInstance(java.lang.Class,org.pf4j.PluginWrapper) - function in de.griefed.serverpackcreator.api.plugins.CustomPluginFactory
 
createMongoUri(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.StringUtilities.Companion
Assemble the Mongo connection URI the web backend configures itself from.
createPluginDescriptorFinder() - function in org.pf4j.AbstractPluginManager
 
createPluginFactory() - function in de.griefed.serverpackcreator.api.ApiPlugins
 
createPluginLoader() - function in org.pf4j.AbstractPluginManager
 
createPluginObject(org.apache.logging.log4j.core.config.plugins.util.PluginType,org.apache.logging.log4j.core.config.Node) - function in org.apache.logging.log4j.core.config.AbstractConfiguration
 
createPluginRepository() - function in org.pf4j.AbstractPluginManager
 
createPluginsRoot() - function in org.pf4j.AbstractPluginManager
 
createPluginStatusProvider() - function in org.pf4j.AbstractPluginManager
 
createPluginWrapper(org.pf4j.PluginDescriptor,java.nio.file.Path,java.lang.ClassLoader) - function in org.pf4j.AbstractPluginManager
 
createServerRunFiles(java.util.HashMap,java.lang.String,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
Create start-scripts, variables.txt and HOW-TO-RUN.md for the generated server pack.
createServerRunFiles(java.util.HashMap,java.lang.String,java.lang.Boolean) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackProvisioner
Create start-scripts for the generated server pack using the templates the user has defined for their instance of ServerPackCreator.
createToolTip() - function in javax.swing.JComponent
 
createUsingNoParametersConstructor(java.lang.Class) - function in org.pf4j.DefaultPluginFactory
 
createVersionManager() - function in org.pf4j.AbstractPluginManager
 
createVolatileImage(java.lang.Integer,java.lang.Integer) - function in java.awt.Component
 
createVolatileImage(java.lang.Integer,java.lang.Integer,java.awt.ImageCapabilities) - function in java.awt.Component
 
CURSEFORGE - enum entry in de.griefed.serverpackcreator.api.config.ModpackSource
 
CustomPluginFactory - class in de.griefed.serverpackcreator.api.plugins
Custom plugin factory to enforce plugins having a context in which they run.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z  _