-
Methods Method Description net.fabricmc.loader.api.FabricLoader.getConfigDirectory() net.fabricmc.loader.api.FabricLoader.getGameDirectory() net.fabricmc.loader.api.FabricLoader.getGameInstance() This method is experimental and it's use is discouraged.net.fabricmc.loader.api.metadata.ModMetadata.containsCustomElement(String) UseModMetadata.containsCustomValue(java.lang.String)
instead, this will be removed (can't expose GSON types)!net.fabricmc.loader.api.metadata.ModMetadata.getCustomElement(String) UseModMetadata.getCustomValue(java.lang.String)
instead, this will be removed (can't expose GSON types)!net.fabricmc.loader.api.ModContainer.getRoot() useModContainer.getRootPath()
instead
-
Constructors Constructor 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!