E
- EITHER - enum entry in de.griefed.serverpackcreator.api.config.ExclusionFilter
Does any of the above hit for the user specified string/regex?
- elapsed() - function in de.griefed.serverpackcreator.api.utilities.SimpleStopWatch
- Get the elapsed time in nanoseconds.
- element() - function in java.util.Queue
- enable() - function in java.awt.Component
- enable(java.lang.Boolean) - function in java.awt.Component
- enableEvents(java.lang.Long) - function in java.awt.Component
- enableInputMethods(java.lang.Boolean) - function in java.awt.Component
- enablePlugin(java.lang.String) - function in org.pf4j.PluginManager
- enableTargetMetadata() - function in mslinks.data.LinkFlags
- encapsulateListElements(java.util.List) - function in de.griefed.serverpackcreator.api.utilities.common.ListUtilities.Companion
- Encapsulate every element of the passed String List in quotes.
- END - enum entry in de.griefed.serverpackcreator.api.config.ExclusionFilter
Does the name of a mod end with the user specified string?
- ENDS_WITH - enum entry in de.griefed.serverpackcreator.api.utilities.common.FilterType
Whether the string to check ends with the given filter.
- endsWith(java.util.List,java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.ListUtilitiesKt
- Check whether any entry in this list ends with the given string.
- ensureScriptSettingsDefaults(de.griefed.serverpackcreator.api.config.PackConfig) - function in de.griefed.serverpackcreator.api.config.ConfigurationHandler
- Update the script settings and ensure the default keys, with values gathered from the passed PackConfig, are present:
SPC_SERVERPACKCREATOR_VERSION_SPC:ServerPackCreator version with which the scripts were createdSPC_MINECRAFT_VERSION_SPC:Minecraft version of the modpack` *SPC_MODLOADER_SPC:The modloader of the modpackSPC_MODLOADER_VERSION_SPC:The modloader version of the modpack*SPC_JAVA_ARGS_SPC:The JVM args to be used to run the serverSPC_JAVA_SPC:Path to the java installation to be used to run the serverSPC_FABRIC_INSTALLER_VERSION_SPC:Most recent version of the Fabric installer at the time of creating the scriptsSPC_QUILT_INSTALLER_VERSION_SPC:Most recent version of the Quilt installer at the time of creating the scripts
- EnvironmentVariable - class in mslinks.extra
- EQUAL - enum entry in de.griefed.serverpackcreator.api.utilities.common.Comparison
Used to determine whether two given versions are the same.
- EQUAL_OR_NEW - enum entry in de.griefed.serverpackcreator.api.utilities.common.Comparison
Used to determine whether a given version is the same or newer.
- equals(java.lang.Object) - function in mslinks.data.Filetime
- equals(java.lang.Object) - function in mslinks.data.GUID
- equalsImpl(java.lang.Object) - function in org.apache.logging.log4j.core.AbstractLifeCycle
- escapePath(java.lang.String) - function in de.griefed.serverpackcreator.api.utilities.common.StringUtilitiesKt
- Properly escape certain characters, so it can be safely used inside text-files, variables and scripts.
- eventEnabled(java.awt.AWTEvent) - function in java.awt.Component
- eventTypeEnabled(java.lang.Integer) - function in java.awt.Component
- excludeFileOrDirectory(java.lang.String,java.io.File,java.util.List) - function in de.griefed.serverpackcreator.api.serverpack.ServerPackHandler
- Check whether the given file or directory should be excluded from the server pack.
- ExclusionFilter - class in de.griefed.serverpackcreator.api.config
- Method by which to exclude mods during the generation of a server pack.
- ExtensionConfigPanel - class in de.griefed.serverpackcreator.api.plugins.swinggui
- Template ConfigPanel for use in {@link ConfigPanelExtension} extensions.
- ExtensionException - class in de.griefed.serverpackcreator.api.plugins
- Thrown when any of the available extensions throw an error.
- ExtensionInformation - class in de.griefed.serverpackcreator.api.plugins
- Force every extension to provide its ID.
- ExtensionTab - class in de.griefed.serverpackcreator.api.plugins.swinggui
- Class to extend from if you want to add your own tabs to the ServerPackCreator GUI.