|
|
abstract URL | getOriginUrl () |
|
abstract LoaderModMetadata | getInfo () |
| ModMetadata | getMetadata () |
| | Returns the metadata of this mod.
|
| List< Path > | getRootPaths () |
| | Returns the root directories of the mod (inside JAR/folder), exposing its contents.
|
| default Optional< Path > | findPath (String file) |
| | Gets an NIO reference to a file inside the JAR/folder.
|
| ModOrigin | getOrigin () |
| | Gets where the mod was loaded from originally, the mod jar/folder itself.
|
| Optional< ModContainer > | getContainingMod () |
| | Get the mod containing this mod (nested jar parent).
|
| Collection< ModContainer > | getContainedMods () |
| | Get the active mods contained within this mod (nested jar children).
|
|
default Path | getRoot () |
|
Path | getRootPath () |
|
Path | getPath (String file) |
The documentation for this class was generated from the following file:
- src/fabric/legacy/java/net/fabricmc/loader/ModContainer.java