Class RealmsSelectFileToUploadScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class RealmsSelectFileToUploadScreen extends RealmsScreen
Mappings:
Namespace Name
named net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen
intermediary net/minecraft/class_4416
official fxp
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;LOGGER:Lorg/slf4j/Logger;
      intermediary field_20049 Lnet/minecraft/class_4416;field_20049:Lorg/slf4j/Logger;
      official c Lfxp;c:Lorg/slf4j/Logger;
    • TITLE

      public static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      named TITLE Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;TITLE:Lnet/minecraft/text/Text;
      intermediary field_46131 Lnet/minecraft/class_4416;field_46131:Lnet/minecraft/class_2561;
      official a Lfxp;a:Lxx;
    • LOADING_ERROR_TEXT

      private static final Text LOADING_ERROR_TEXT
      Mappings:
      Namespace Name Mixin selector
      named LOADING_ERROR_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;LOADING_ERROR_TEXT:Lnet/minecraft/text/Text;
      intermediary field_44909 Lnet/minecraft/class_4416;field_44909:Lnet/minecraft/class_2561;
      official F Lfxp;F:Lxx;
    • creationTask

      @Nullable private final @Nullable WorldCreationTask creationTask
      Mappings:
      Namespace Name Mixin selector
      named creationTask Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;creationTask:Lnet/minecraft/client/realms/task/WorldCreationTask;
      intermediary field_48387 Lnet/minecraft/class_4416;field_48387:Lnet/minecraft/class_4445;
      official G Lfxp;G:Lfyz;
    • parent

      private final RealmsCreateWorldScreen parent
      Mappings:
      Namespace Name Mixin selector
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;parent:Lnet/minecraft/client/realms/gui/screen/RealmsCreateWorldScreen;
      intermediary field_20050 Lnet/minecraft/class_4416;field_20050:Lnet/minecraft/class_4410;
      official H Lfxp;H:Lfxo;
    • worldId

      private final long worldId
      Mappings:
      Namespace Name Mixin selector
      named worldId Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;worldId:J
      intermediary field_20051 Lnet/minecraft/class_4416;field_20051:J
      official I Lfxp;I:J
    • slotId

      private final int slotId
      Mappings:
      Namespace Name Mixin selector
      named slotId Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;slotId:I
      intermediary field_20052 Lnet/minecraft/class_4416;field_20052:I
      official J Lfxp;J:I
    • field_62099

      private final ThreePartsLayoutWidget field_62099
      Mappings:
      Namespace Name Mixin selector
      named field_62099 Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;field_62099:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
      intermediary field_62099 Lnet/minecraft/class_4416;field_62099:Lnet/minecraft/class_8132;
      official K Lfxp;K:Lgjc;
    • field_62100

      @Nullable protected @Nullable TextFieldWidget field_62100
      Mappings:
      Namespace Name Mixin selector
      named field_62100 Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;field_62100:Lnet/minecraft/client/gui/widget/TextFieldWidget;
      intermediary field_62100 Lnet/minecraft/class_4416;field_62100:Lnet/minecraft/class_342;
      official b Lfxp;b:Lgdy;
    • worldSelectionList

      @Nullable private @Nullable WorldListWidget worldSelectionList
      Mappings:
      Namespace Name Mixin selector
      named worldSelectionList Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;worldSelectionList:Lnet/minecraft/client/gui/screen/world/WorldListWidget;
      intermediary field_20057 Lnet/minecraft/class_4416;field_20057:Lnet/minecraft/class_528;
      official L Lfxp;L:Lgsr;
    • uploadButton

      @Nullable private @Nullable ButtonWidget uploadButton
      Mappings:
      Namespace Name Mixin selector
      named uploadButton Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;uploadButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_20053 Lnet/minecraft/class_4416;field_20053:Lnet/minecraft/class_4185;
      official M Lfxp;M:Lgdp;
  • Constructor Details

    • RealmsSelectFileToUploadScreen

      public RealmsSelectFileToUploadScreen(@Nullable @Nullable WorldCreationTask creationTask, long worldId, int slotId, RealmsCreateWorldScreen parent)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;<init>(Lnet/minecraft/client/realms/task/WorldCreationTask;JILnet/minecraft/client/realms/gui/screen/RealmsCreateWorldScreen;)V
      intermediary <init> Lnet/minecraft/class_4416;<init>(Lnet/minecraft/class_4445;JILnet/minecraft/class_4410;)V
      official <init> Lfxp;<init>(Lfyz;JILfxo;)V
  • Method Details

    • init

      public void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official bg_ Lgmj;bg_()V
    • refreshWidgetPositions

      protected void refreshWidgetPositions()
      Overrides:
      refreshWidgetPositions in class Screen
      Mappings:
      Namespace Name Mixin selector
      named refreshWidgetPositions Lnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      official c Lgmj;c()V
    • setInitialFocus

      protected void setInitialFocus()
      This should be overridden with a call to Screen.setInitialFocus(Element) to set the element that is initially focused.
      Overrides:
      setInitialFocus in class Screen
      Mappings:
      Namespace Name Mixin selector
      named setInitialFocus Lnet/minecraft/client/gui/screen/Screen;setInitialFocus()V
      intermediary method_56131 Lnet/minecraft/class_437;method_56131()V
      official aI_ Lgmj;aI_()V
    • worldSelected

      private void worldSelected(@Nullable @Nullable LevelSummary level)
      Mappings:
      Namespace Name Mixin selector
      named worldSelected Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;worldSelected(Lnet/minecraft/world/level/storage/LevelSummary;)V
      intermediary method_73351 Lnet/minecraft/class_4416;method_73351(Lnet/minecraft/class_34;)V
      official a Lfxp;a(Lfii;)V
    • upload

      private void upload(WorldListWidget.WorldEntry worldEntry)
      Mappings:
      Namespace Name Mixin selector
      named upload Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;upload(Lnet/minecraft/client/gui/screen/world/WorldListWidget$WorldEntry;)V
      intermediary method_21401 Lnet/minecraft/class_4416;method_21401(Lnet/minecraft/class_528$class_4272;)V
      official a Lfxp;a(Lgsr$f;)V
    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      official i Lgmj;i()Lxx;
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      official aX_ Lgmj;aX_()V