|
Quilt Loader 1
|
Public Member Functions | |
| boolean | loadsInEnvironment (EnvType type) |
| List<? extends EntrypointMetadata > | getEntrypoints (String type) |
| Collection< String > | getEntrypointKeys () |
| Public Member Functions inherited from net.fabricmc.loader.api.metadata.ModMetadata | |
| String | getType () |
| Returns the type of the mod. | |
| String | getId () |
| Returns the mod's ID. | |
| Collection< String > | getProvides () |
| Returns the mod's ID provides. | |
| Version | getVersion () |
| Returns the mod's version. | |
| ModEnvironment | getEnvironment () |
| Returns the mod's environment. | |
| Collection< ModDependency > | getDependencies () |
| Returns all of the mod's dependencies. | |
| default Collection< ModDependency > | getDepends () |
| Returns the mod's required dependencies, without which the Loader will terminate loading. | |
| default Collection< ModDependency > | getRecommends () |
| Returns the mod's recommended dependencies, without which the Loader will emit a warning. | |
| default Collection< ModDependency > | getSuggests () |
| Returns the mod's suggested dependencies. | |
| default Collection< ModDependency > | getConflicts () |
| Returns the mod's conflicts, with which the Loader will emit a warning. | |
| default Collection< ModDependency > | getBreaks () |
| Returns the mod's conflicts, with which the Loader will terminate loading. | |
| String | getName () |
| Returns the mod's display name. | |
| String | getDescription () |
| Returns the mod's description. | |
| Collection< Person > | getAuthors () |
| Returns the mod's authors. | |
| Collection< Person > | getContributors () |
| Returns the mod's contributors. | |
| ContactInformation | getContact () |
| Returns the mod's contact information. | |
| Collection< String > | getLicense () |
| Returns the mod's licenses. | |
| Optional< String > | getIconPath (int size) |
| Gets the path to an icon. | |
| boolean | containsCustomValue (String key) |
Returns if the mod's fabric.mod.json declares a custom value under key. | |
| CustomValue | getCustomValue (String key) |
Returns the mod's fabric.mod.json declared custom value under key. | |
| Map< String, CustomValue > | getCustomValues () |
| Gets all custom values defined by this mod. | |
| boolean | containsCustomElement (String key) |
ModMetadata instead