Class ConnectScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Widget

public class ConnectScreen extends Screen
  • Field Details

    • UNIQUE_THREAD_ID

      private static final AtomicInteger UNIQUE_THREAD_ID
    • LOGGER

      static final org.apache.logging.log4j.Logger LOGGER
    • NARRATION_DELAY_MS

      private static final long NARRATION_DELAY_MS
      See Also:
      Constant Field Values
    • UNKNOWN_HOST_MESSAGE

      public static final Component UNKNOWN_HOST_MESSAGE
    • connection

      @Nullable volatile Connection connection
    • aborted

      volatile boolean aborted
    • parent

      final Screen parent
    • status

      private Component status
    • lastNarration

      private long lastNarration
  • Constructor Details

    • ConnectScreen

      private ConnectScreen(Screen p_169263_)
  • Method Details