Class RealmsSelectFileToUploadScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class RealmsSelectFileToUploadScreen extends RealmsScreen
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • TITLE

      public static final Component TITLE
    • UNABLE_TO_LOAD_WORLD

      private static final Component UNABLE_TO_LOAD_WORLD
    • realmCreationTask

      private final @Nullable RealmCreationTask realmCreationTask
    • lastScreen

      private final RealmsResetWorldScreen lastScreen
    • realmId

      private final long realmId
    • slotId

      private final int slotId
    • layout

      private final HeaderAndFooterLayout layout
    • list

      private @Nullable WorldSelectionList list
    • uploadButton

      private @Nullable Button uploadButton
  • Constructor Details

  • Method Details