Class ConnectScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class ConnectScreen extends Screen
  • Field Details

    • UNIQUE_THREAD_ID

      private static final AtomicInteger UNIQUE_THREAD_ID
    • LOGGER

      static final org.slf4j.Logger LOGGER
    • NARRATION_DELAY_MS

      private static final long NARRATION_DELAY_MS
      See Also:
    • ABORT_CONNECTION

      public static final Component ABORT_CONNECTION
    • UNKNOWN_HOST_MESSAGE

      public static final Component UNKNOWN_HOST_MESSAGE
    • connection

      @Nullable volatile Connection connection
    • channelFuture

      @Nullable io.netty.channel.ChannelFuture channelFuture
    • aborted

      volatile boolean aborted
    • parent

      final Screen parent
    • status

      private Component status
    • lastNarration

      private long lastNarration
    • connectFailedTitle

      final Component connectFailedTitle
  • Constructor Details

    • ConnectScreen

      private ConnectScreen(Screen p_279215_, Component p_279228_)
  • Method Details