Quilt Loader 1
Loading...
Searching...
No Matches
net.fabricmc.loader.impl.gui.FabricGuiEntry Class Reference

Static Public Member Functions

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)

Detailed Description

Deprecated
Replaced by the public APIs in QuiltLoaderGui

Member Function Documentation

◆ displayCriticalError()

void net.fabricmc.loader.impl.gui.FabricGuiEntry.displayCriticalError ( Throwable exception,
boolean exitAfter )
inlinestatic
Parameters
exitAfterIf 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
Exceptionif 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