Class MinecraftServerGui

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class MinecraftServerGui extends JComponent
See Also:
  • Field Details

    • MONOSPACED

      private static final Font MONOSPACED
    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • server

      private final DedicatedServer server
    • logAppenderThread

      private Thread logAppenderThread
    • finalizers

      private final Collection<Runnable> finalizers
    • isClosing

      private final AtomicBoolean isClosing
    • latch

      private CountDownLatch latch
  • Constructor Details

    • MinecraftServerGui

      private MinecraftServerGui(DedicatedServer p_i2362_1_)
  • Method Details

    • showFrameFor

      public static MinecraftServerGui showFrameFor(DedicatedServer p_219048_0_)
    • addFinalizer

      public void addFinalizer(Runnable p_219045_1_)
    • buildInfoPanel

      private JComponent buildInfoPanel()
    • buildPlayerPanel

      private JComponent buildPlayerPanel()
    • buildChatPanel

      private JComponent buildChatPanel()
    • start

      public void start()
    • close

      public void close()
    • runFinalizers

      private void runFinalizers()
    • print

      public void print(JTextArea p_164247_1_, JScrollPane p_164247_2_, String p_164247_3_)