- get(String) - Method in interface net.fabricmc.loader.api.metadata.ContactInformation
-
Gets a certain type of contact information.
- get(int) - Method in interface net.fabricmc.loader.api.metadata.CustomValue.CvArray
-
Gets the value at index within this array value.
- get(String) - Method in interface net.fabricmc.loader.api.metadata.CustomValue.CvObject
-
Gets the value associated with a key within this object value.
- getAllMods() - Method in interface net.fabricmc.loader.api.FabricLoader
-
Gets all mod containers.
- getAsArray() - Method in interface net.fabricmc.loader.api.metadata.CustomValue
-
- getAsBoolean() - Method in interface net.fabricmc.loader.api.metadata.CustomValue
-
- getAsNumber() - Method in interface net.fabricmc.loader.api.metadata.CustomValue
-
- getAsObject() - Method in interface net.fabricmc.loader.api.metadata.CustomValue
-
- getAsString() - Method in interface net.fabricmc.loader.api.metadata.CustomValue
-
- getAuthors() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's authors.
- getBreaks() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's conflicts, with which the Loader will emit a warning.
- getBuildKey() - Method in interface net.fabricmc.loader.api.SemanticVersion
-
Returns the build key in the version notation.
- getConfigDir() - Method in interface net.fabricmc.loader.api.FabricLoader
-
Get the current directory for game configuration files.
- getConfigDirectory() - Method in interface net.fabricmc.loader.api.FabricLoader
-
Deprecated.
- getConflicts() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's conflicts, with which the Loader will terminate loading.
- getContact() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's contact information.
- getContact() - Method in interface net.fabricmc.loader.api.metadata.Person
-
Returns the contact information of the person.
- getContributors() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's contributors.
- getCurrentRuntimeNamespace() - Method in interface net.fabricmc.loader.api.MappingResolver
-
Get the current namespace being used at runtime.
- getCustomElement(String) - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
- getCustomValue(String) - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's fabric.mod.json declared custom value under key.
- getCustomValues() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Gets all custom values defined by this mod.
- getDepends() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's required dependencies, without which the Loader will terminate loading.
- getDescription() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's description.
- getEntrypoint() - Method in interface net.fabricmc.loader.api.entrypoint.EntrypointContainer
-
Returns the entrypoint instance.
- getEntrypointContainers(String, Class<T>) - Method in interface net.fabricmc.loader.api.FabricLoader
-
Returns all entrypoints declared under a key, assuming they are of a specific type.
- getEntrypoints(String, Class<T>) - Method in interface net.fabricmc.loader.api.FabricLoader
-
Returns all entrypoints declared under a key, assuming they are of a specific type.
- getEnvironment() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's environment.
- getEnvironmentType() - Method in interface net.fabricmc.loader.api.FabricLoader
-
Get the current environment type.
- getFriendlyString() - Method in interface net.fabricmc.loader.api.Version
-
Returns the user-friendly representation of this version.
- getGameDir() - Method in interface net.fabricmc.loader.api.FabricLoader
-
Get the current game working directory.
- getGameDirectory() - Method in interface net.fabricmc.loader.api.FabricLoader
-
Deprecated.
- getGameInstance() - Method in interface net.fabricmc.loader.api.FabricLoader
-
- getIconPath(int) - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Gets the path to an icon.
- getId() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's ID.
- getInstance() - Static method in interface net.fabricmc.loader.api.FabricLoader
-
Returns the public-facing Fabric Loader instance.
- getKey() - Method in exception net.fabricmc.loader.api.EntrypointException
-
Returns the key of entrypoint in which the exception arose.
- getLaunchArguments(boolean) - Method in interface net.fabricmc.loader.api.FabricLoader
-
Gets the command line arguments used to launch the game.
- getLicense() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's licenses.
- getMappingResolver() - Method in interface net.fabricmc.loader.api.FabricLoader
-
Get the current mapping resolver.
- getMetadata() - Method in interface net.fabricmc.loader.api.ModContainer
-
Returns the metadata of this mod.
- getModContainer(String) - Method in interface net.fabricmc.loader.api.FabricLoader
-
Gets the container for a given mod.
- getModId() - Method in interface net.fabricmc.loader.api.metadata.ModDependency
-
Returns the ID of the mod to check.
- getName() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's display name.
- getName() - Method in interface net.fabricmc.loader.api.metadata.Person
-
Returns the display name of the person.
- getNamespaces() - Method in interface net.fabricmc.loader.api.MappingResolver
-
Get the list of all available mapping namespaces in the loaded instance.
- getPath(String) - Method in interface net.fabricmc.loader.api.ModContainer
-
Gets an NIO reference to a file inside the JAR.
- getPrereleaseKey() - Method in interface net.fabricmc.loader.api.SemanticVersion
-
Returns the prerelease key in the version notation.
- getProvider() - Method in interface net.fabricmc.loader.api.entrypoint.EntrypointContainer
-
Returns the mod that provided this entrypoint.
- getRecommends() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's recommended dependencies, without which the Loader will emit a warning.
- getRoot() - Method in interface net.fabricmc.loader.api.ModContainer
-
- getRootPath() - Method in interface net.fabricmc.loader.api.ModContainer
-
Returns the root directory of the mod.
- getSuggests() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's suggested dependencies.
- getType() - Method in interface net.fabricmc.loader.api.metadata.CustomValue
-
Returns the type of the value.
- getType() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the type of the mod.
- getVersion() - Method in interface net.fabricmc.loader.api.metadata.ModMetadata
-
Returns the mod's version.
- getVersionComponent(int) - Method in interface net.fabricmc.loader.api.SemanticVersion
-
Returns the version component at pos.
- getVersionComponentCount() - Method in interface net.fabricmc.loader.api.SemanticVersion
-
Returns the number of components in this version.