Class GeyserStandaloneGUI

java.lang.Object
org.geysermc.geyser.platform.standalone.gui.GeyserStandaloneGUI

public class GeyserStandaloneGUI extends Object
  • 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 logger
      geyserCommandManager - The commands manager
    • startUpdateThread

      public void startUpdateThread()
      Start the thread to update the form information every 1s