|
| static void | open (FabricStatusTree tree) throws Exception |
| | Opens the given FabricStatusTree in a new swing window.
|
| static void | displayCriticalError (Throwable exception, boolean exitAfter) |
|
static void | displayError (String mainText, Throwable exception, boolean exitAfter) |
|
static void | displayError (String mainText, Throwable exception, Consumer< FabricStatusTree > treeCustomiser, boolean exitAfter) |
- Deprecated
- Replaced by the public APIs in
QuiltLoaderGui
◆ displayCriticalError()
| void net.fabricmc.loader.impl.gui.FabricGuiEntry.displayCriticalError |
( |
Throwable | exception, |
|
|
boolean | exitAfter ) |
|
inlinestatic |
- Parameters
-
| exitAfter | If true then this will call System#exit(int) after showing the gui, otherwise this will return normally. |
◆ open()
| void net.fabricmc.loader.impl.gui.FabricGuiEntry.open |
( |
FabricStatusTree | tree | ) |
throws Exception |
|
inlinestatic |
Opens the given FabricStatusTree in a new swing window.
- Exceptions
-
| Exception | if something went wrong while opening the window. |
The documentation for this class was generated from the following file:
- src/fabric/impl/java/net/fabricmc/loader/impl/gui/FabricGuiEntry.java