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
_
R
- read(java.io.File) - function in de.griefed.serverpackcreator.api.modscanning.DescriptorScanner
- Read a single jar's descriptor into the verdict for that mod.
- read(java.io.File) - function in de.griefed.serverpackcreator.api.modscanning.DescriptorScanner
- Read a single jar's descriptor into the verdict for that mod.
- read(java.io.File) - function in de.griefed.serverpackcreator.api.modscanning.FabricFamilyScanner
- Read a single jar's descriptor into the verdict for that mod.
- read(java.io.File) - function in de.griefed.serverpackcreator.api.modscanning.FabricFamilyScanner
- Read a single jar's descriptor into the verdict for that mod.
- read(java.io.File) - function in de.griefed.serverpackcreator.api.modscanning.ForgeAnnotationScanner
- Read one mod's
fml_cache_annotation.jsonfor its sideness. - read(java.io.File) - function in de.griefed.serverpackcreator.api.modscanning.ForgeTomlScanner
- Read one mod's
mods.tomlfor its sideness. - read(java.io.File) - function in de.griefed.serverpackcreator.api.modscanning.ForgeTomlScanner
- Read one mod's
mods.tomlfor its sideness. - readBoolean() - function in de.griefed.serverpackcreator.api.utilities.common.BooleanUtilities.Companion
- Prompts the user to enter values which will then be converted to booleans, either
TRUEorFALSE. - readDependencies(com.fasterxml.jackson.databind.JsonNode,java.lang.String) - function in de.griefed.serverpackcreator.api.modscanning.FabricFamilyScanner
- The non-platform mods this descriptor names as dependencies.
- readDependencies(com.fasterxml.jackson.databind.JsonNode,java.lang.String) - function in de.griefed.serverpackcreator.api.modscanning.FabricScanner
- Fabric declares
dependsas an object keyed by mod id, so the ids are the block's field names. - readDependencies(com.fasterxml.jackson.databind.JsonNode,java.lang.String) - function in de.griefed.serverpackcreator.api.modscanning.QuiltScanner
- Quilt declares
quilt_loader.dependsas an array whose entries are either an object carrying anid, or the bare id as a string — both forms occur in the wild, so both are read. - readStringList() - function in de.griefed.serverpackcreator.api.utilities.common.ListUtilities.Companion
- Prompts the user to enter the values which will make up a String List in the new configuration file.
- readText(java.io.InputStream,java.nio.charset.Charset) - function in de.griefed.serverpackcreator.api.utilities.common.InputStreamUtilitiesKt
- Read this input stream to a string.
- reconfigure() - function in org.apache.logging.log4j.core.config.Reconfigurable
- rectangleIsObscured(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in javax.swing.JComponent
- recursiveApplyCurrentShape() - function in java.awt.Container
- recursiveApplyCurrentShape(java.lang.Integer) - function in java.awt.Container
- recursiveApplyCurrentShape(java.lang.Integer,java.lang.Integer) - function in java.awt.Container
- recursiveSubtractAndApplyShape(sun.java2d.pipe.Region) - function in java.awt.Container
- recursiveSubtractAndApplyShape(sun.java2d.pipe.Region,java.lang.Integer) - function in java.awt.Container
- recursiveSubtractAndApplyShape(sun.java2d.pipe.Region,java.lang.Integer,java.lang.Integer) - function in java.awt.Container
- REGEX - enum entry in de.griefed.serverpackcreator.api.config.ExclusionFilter
Does the name of a mod match the user specified regex?
- regexReplace(java.lang.String,kotlin.text.Regex,java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.StringUtilitiesKt
- Replace all matches for the given regex with replaceWith and return the resulting string.
- RegexUtilitiesKt - class in de.griefed.serverpackcreator.api.utilities.common
- regexWalk(java.io.File,java.lang.String,kotlin.text.Regex,java.util.List) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackFileGatherer
- Walk through the specified directory and add a ServerPackFile for every file/folder which matches the given regex.
- regexWalk(java.io.File,java.lang.String,kotlin.text.Regex,java.util.List) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
- Gather every file matching the given regex from the source-directory.
- regexWalk(java.io.File,java.util.List,kotlin.io.FileWalkDirection) - function in de.griefed.serverpackcreator.api.utilities.common.FileUtilitiesKt
- Walk this directory and return all file-objects which match any of the regular expressions in the provided list.
- registerKeyboardAction(java.awt.event.ActionListener,javax.swing.KeyStroke,java.lang.Integer) - function in javax.swing.JComponent
- registerKeyboardAction(java.awt.event.ActionListener,java.lang.String,javax.swing.KeyStroke,java.lang.Integer) - function in javax.swing.JComponent
- RELEASE - enum entry in de.griefed.serverpackcreator.api.versionmeta.Type
Indicates that an object is a full release, meaning no snapshot, alpha, or beta.
- releaseInstaller() - function in de.griefed.serverpackcreator.api.versionmeta.Meta
- Get the release installer version.
- releaseInstaller() - function in de.griefed.serverpackcreator.api.versionmeta.fabric.FabricMeta
- releaseInstaller() - function in de.griefed.serverpackcreator.api.versionmeta.legacyfabric.LegacyFabricMeta
- Get the release installer version.
- releaseInstaller() - function in de.griefed.serverpackcreator.api.versionmeta.quilt.QuiltMeta
- Get the release installer version.
- releaseInstallerUrl() - function in de.griefed.serverpackcreator.api.versionmeta.Meta
- Get the URL to the release installer.
- releaseInstallerUrl() - function in de.griefed.serverpackcreator.api.versionmeta.fabric.FabricMeta
- releaseInstallerUrl() - function in de.griefed.serverpackcreator.api.versionmeta.legacyfabric.LegacyFabricMeta
- Get the URL to the release installer.
- releaseInstallerUrl() - function in de.griefed.serverpackcreator.api.versionmeta.quilt.QuiltMeta
- Get the URL to the release installer.
- releaseLoader() - function in de.griefed.serverpackcreator.api.versionmeta.Meta
- Get the release loader version.
- releaseLoader() - function in de.griefed.serverpackcreator.api.versionmeta.fabric.FabricMeta
- releaseLoader() - function in de.griefed.serverpackcreator.api.versionmeta.legacyfabric.LegacyFabricMeta
- Get the release loader version.
- releaseLoader() - function in de.griefed.serverpackcreator.api.versionmeta.quilt.QuiltMeta
- Get the release loader version.
- releaseURL() - function in de.griefed.serverpackcreator.api.versionmeta.legacyfabric.LegacyFabricInstaller
- The URL to the release installer for Legacy Fabric.
- relocateComponent() - function in java.awt.Component
- remove(java.awt.Component) - function in java.awt.Container
- remove(java.lang.Integer) - function in java.awt.Container
- remove(java.awt.MenuComponent) - function in java.awt.MenuContainer
- removeAll() - function in java.awt.Container
- removeAncestorListener(javax.swing.event.AncestorListener) - function in javax.swing.JComponent
- removeAppender(java.lang.String) - function in org.apache.logging.log4j.core.config.AbstractConfiguration
- removeComponentListener(java.awt.event.ComponentListener) - function in java.awt.Component
- removeContainerListener(java.awt.event.ContainerListener) - function in java.awt.Container
- removeFilter(org.apache.logging.log4j.core.Filter) - function in org.apache.logging.log4j.core.filter.Filterable
- removeFocusListener(java.awt.event.FocusListener) - function in java.awt.Component
- removeHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener) - function in java.awt.Component
- removeHierarchyListener(java.awt.event.HierarchyListener) - function in java.awt.Component
- removeInputMethodListener(java.awt.event.InputMethodListener) - function in java.awt.Component
- removeKeyListener(java.awt.event.KeyListener) - function in java.awt.Component
- removeListener(org.apache.logging.log4j.core.config.ConfigurationListener) - function in org.apache.logging.log4j.core.config.Configuration
- removeLogger(java.lang.String) - function in org.apache.logging.log4j.core.config.Configuration
- removeMouseListener(java.awt.event.MouseListener) - function in java.awt.Component
- removeMouseMotionListener(java.awt.event.MouseMotionListener) - function in java.awt.Component
- removeMouseWheelListener(java.awt.event.MouseWheelListener) - function in java.awt.Component
- removeNotify() - function in java.awt.Component
- removePluginStateListener(org.pf4j.PluginStateListener) - function in org.pf4j.PluginManager
- removePropertyChangeListener(java.beans.PropertyChangeListener) - function in java.awt.Component
- removePropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener) - function in java.awt.Component
- removeVetoableChangeListener(java.beans.VetoableChangeListener) - function in javax.swing.JComponent
- repaint() - function in java.awt.Component
- repaint(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in java.awt.Component
- repaint(java.lang.Long) - function in java.awt.Component
- repaint(java.lang.Long,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in java.awt.Component
- repaint(java.awt.Rectangle) - function in javax.swing.JComponent
- replaceCharacter(java.lang.String,java.lang.Integer,java.lang.Character) - function in de.griefed.serverpackcreator.api.utilities.common.StringUtilitiesKt
- Replace the character at the given index with the given new character.
- replaceFile(java.io.File,java.io.File) - function in de.griefed.serverpackcreator.api.utilities.common.FileUtilities.Companion
- Move a file from source to destination, and replace the destination file if it exists.
- replacePlaceholders(java.lang.Boolean,java.lang.String,java.util.HashMap) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
- Replace script-placeholders in the given content with their configured values.
- replacePlaceholders(java.lang.Boolean,java.lang.String,java.util.HashMap) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackProvisioner
- Replace placeholders for script settings in the given content with their respective values, both provided via the HashMap scriptSettings.
- requestDefaultFocus() - function in javax.swing.JComponent
- requestFocus() - function in java.awt.Component
- requestFocus(java.awt.event.FocusEvent.Cause) - function in java.awt.Component
- requestFocus(java.lang.Boolean) - function in java.awt.Component
- requestFocus(java.lang.Boolean,java.awt.event.FocusEvent.Cause) - function in java.awt.Component
- requestFocusHelper(java.lang.Boolean,java.lang.Boolean) - function in java.awt.Component
- requestFocusHelper(java.lang.Boolean,java.lang.Boolean,java.awt.event.FocusEvent.Cause) - function in java.awt.Component
- requestFocusInWindow() - function in java.awt.Component
- requestFocusInWindow(java.awt.event.FocusEvent.Cause) - function in java.awt.Component
- requestFocusInWindow(java.lang.Boolean) - function in java.awt.Component
- requestFocusInWindow(java.lang.Boolean,java.awt.event.FocusEvent.Cause) - function in java.awt.Component
- requiredJavaVersion(java.lang.String) - function in de.griefed.serverpackcreator.api.versionmeta.minecraft.MinecraftMeta
- The Java-version required to run a server for the given minecraftVersion, or "?" when no server or no Java-requirement is known for it.
- resetKeyboardActions() - function in javax.swing.JComponent
- reshape(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in java.awt.Component
- resize(java.awt.Dimension) - function in java.awt.Component
- resize(java.lang.Integer,java.lang.Integer) - function in java.awt.Component
- resolveDependencies() - function in org.pf4j.AbstractPluginManager
- resolveLink(java.io.File) - function in de.griefed.serverpackcreator.api.utilities.common.FileUtilities.Companion
- Resolve a given link/symlink to its source.
- resolveLink(java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.FileUtilities.Companion
- Resolve a given link/symlink to its source.
- resolvePlugins() - function in org.pf4j.AbstractPluginManager
- resolvePreferencesNode(java.lang.String,java.lang.String) - function in de.griefed.serverpackcreator.api.ApiProperties.Companion
- Decide which
Preferencesnode to store settings in: the PREFERENCES_NODE_PROPERTY system property first, then the PREFERENCES_NODE_ENV environment variable, else DEFAULT_PREFERENCES_NODE. - resolvePreferencesNode(java.lang.String) - function in de.griefed.serverpackcreator.api.ApiProperties.Companion
- Decide which
Preferencesnode to store settings in: the PREFERENCES_NODE_PROPERTY system property first, then the PREFERENCES_NODE_ENV environment variable, else DEFAULT_PREFERENCES_NODE. - resolvePreferencesNode() - function in de.griefed.serverpackcreator.api.ApiProperties.Companion
- Decide which
Preferencesnode to store settings in: the PREFERENCES_NODE_PROPERTY system property first, then the PREFERENCES_NODE_ENV environment variable, else DEFAULT_PREFERENCES_NODE. - reticulate() - function in de.griefed.serverpackcreator.api.utilities.ReticulatingSplines.Companion
- Retrieve a random message from reticulatingSplines.
- ReticulatingSplines - class in de.griefed.serverpackcreator.api.utilities
- Just something fun to brighten the mood.
- ReticulatingSplines.Companion - class in de.griefed.serverpackcreator.api.utilities.ReticulatingSplines
- The splash texts.
- retrieveCustomProperty(java.lang.String) - function in de.griefed.serverpackcreator.api.ApiProperties
- Retrieve a custom property in the serverpackcreator.properties-file.
- retrieveCustomProperty(java.lang.String) - function in de.griefed.serverpackcreator.api.PropertyStore
- Retrieves a user-defined property stored under the customPropertyPrefix, or null when undefined.
- revalidate() - function in java.awt.Component
- revalidateSynchronously() - function in java.awt.Component
- run(de.griefed.serverpackcreator.api.versionmeta.VersionMeta,de.griefed.serverpackcreator.api.utilities.common.Utilities,de.griefed.serverpackcreator.api.ApiProperties,de.griefed.serverpackcreator.api.config.PackConfig,java.lang.String,java.util.Optional,java.util.ArrayList) - function in de.griefed.serverpackcreator.api.plugins.serverpackhandler.PostGenExtension
- run(de.griefed.serverpackcreator.api.versionmeta.VersionMeta,de.griefed.serverpackcreator.api.utilities.common.Utilities,de.griefed.serverpackcreator.api.ApiProperties,de.griefed.serverpackcreator.api.config.PackConfig,java.lang.String,java.util.Optional,java.util.ArrayList) - function in de.griefed.serverpackcreator.api.plugins.serverpackhandler.PreGenExtension
- run(de.griefed.serverpackcreator.api.versionmeta.VersionMeta,de.griefed.serverpackcreator.api.utilities.common.Utilities,de.griefed.serverpackcreator.api.ApiProperties,de.griefed.serverpackcreator.api.config.PackConfig,java.lang.String,java.util.Optional,java.util.ArrayList) - function in de.griefed.serverpackcreator.api.plugins.serverpackhandler.PreZipExtension
- run(de.griefed.serverpackcreator.api.versionmeta.VersionMeta,de.griefed.serverpackcreator.api.utilities.common.Utilities,de.griefed.serverpackcreator.api.ApiProperties,de.griefed.serverpackcreator.api.config.PackConfig,java.lang.String,java.util.Optional,java.util.ArrayList) - function in de.griefed.serverpackcreator.api.plugins.serverpackhandler.ServerPackHandlerBase
- run(de.griefed.serverpackcreator.api.config.PackConfig) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
- Create a server pack from a given instance of PackConfig.
- run(de.griefed.serverpackcreator.api.config.PackConfig,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.utilities.SPCConfigCheckListener
- Run the given listener with a config and a config check object.
- run() - function in de.griefed.serverpackcreator.api.utilities.SPCGenericListener
- Called when the event fires.
- run(de.griefed.serverpackcreator.api.config.PackConfig,java.nio.file.Path) - function in de.griefed.serverpackcreator.api.utilities.SPCPostGenListener
- Run the given listener with a config and path to the server pack.
- run(de.griefed.serverpackcreator.api.config.PackConfig,java.nio.file.Path) - function in de.griefed.serverpackcreator.api.utilities.SPCPreServerPackGenerationListener
- Run the given listener with a config and path to the server pack.
- run(de.griefed.serverpackcreator.api.config.PackConfig,java.nio.file.Path) - function in de.griefed.serverpackcreator.api.utilities.SPCPreServerPackZipListener
- Run the given listener with a config and path to the server pack.
- runCheck(de.griefed.serverpackcreator.api.versionmeta.VersionMeta,de.griefed.serverpackcreator.api.ApiProperties,de.griefed.serverpackcreator.api.utilities.common.Utilities,de.griefed.serverpackcreator.api.config.PackConfig,de.griefed.serverpackcreator.api.config.ConfigCheck,java.util.Optional,java.util.ArrayList) - function in de.griefed.serverpackcreator.api.plugins.configurationhandler.ConfigCheckExtension
- runConfigCheckExtensions(de.griefed.serverpackcreator.api.config.PackConfig,de.griefed.serverpackcreator.api.config.ConfigCheck) - function in de.griefed.serverpackcreator.api.ApiPlugins
- Run any and all configuration-check extensions, using the passed configuration model and the destination at which the server pack is to be generated and stored at.
- runPostGenExtensions(de.griefed.serverpackcreator.api.config.PackConfig,java.lang.String) - function in de.griefed.serverpackcreator.api.ApiPlugins
- Run any and all Post-server pack-generation extensions, using the passed configuration model and the destination at which the server pack is to be generated and stored at.
- runPreGenExtensions(de.griefed.serverpackcreator.api.config.PackConfig,java.lang.String) - function in de.griefed.serverpackcreator.api.ApiPlugins
- Run any and all Pre-Server Pack-Generation extensions, using the passed configuration model and the destination at which the server pack is to be generated and stored at.
- runPreZipExtensions(de.griefed.serverpackcreator.api.config.PackConfig,java.lang.String) - function in de.griefed.serverpackcreator.api.ApiPlugins
- Run any and all Pre-ZIP-archive creation extensions, using the passed configuration model and the destination at which the server pack is to be generated and stored at.