Class GeyserStandaloneGUI
java.lang.Object
org.geysermc.geyser.platform.standalone.gui.GeyserStandaloneGUI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Redirect the default io streams to the text panevoid
setupInterface(GeyserStandaloneLogger geyserStandaloneLogger, GeyserCommandManager geyserCommandManager)
Add all the Geyser commands to the commands menu, and setup the debug mode togglevoid
Start the thread to update the form information every 1s
-
Constructor Details
-
GeyserStandaloneGUI
public GeyserStandaloneGUI()
-
-
Method Details
-
redirectSystemStreams
public void redirectSystemStreams()Redirect the default io streams to the text pane -
setupInterface
public void setupInterface(GeyserStandaloneLogger geyserStandaloneLogger, GeyserCommandManager geyserCommandManager)Add all the Geyser commands to the commands menu, and setup the debug mode toggle- Parameters:
geyserStandaloneLogger
- The current loggergeyserCommandManager
- The commands manager
-
startUpdateThread
public void startUpdateThread()Start the thread to update the form information every 1s
-