| Method and Description |
|---|
| net.fabricmc.loader.api.metadata.ModMetadata.containsCustomElement(String)
Use
ModMetadata.containsCustomValue(java.lang.String) instead, this will be removed (can't expose GSON types)! |
| net.fabricmc.loader.api.metadata.ModMetadata.getCustomElement(String)
Use
ModMetadata.getCustomValue(java.lang.String) instead, this will be removed (can't expose GSON types)! |
| net.fabricmc.loader.api.ModContainer.getRoot()
use
ModContainer.getRootPath() instead |
| Constructor and Description |
|---|
| net.fabricmc.loader.api.EntrypointException(String)
For internal use only, to be removed!
|
| net.fabricmc.loader.api.EntrypointException(String, String, Throwable)
For internal use only, use regular exceptions!
|
| net.fabricmc.loader.api.EntrypointException(String, Throwable)
For internal use only, to be removed!
|
| net.fabricmc.loader.api.EntrypointException(Throwable)
For internal use only, to be removed!
|