Class RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry

All Implemented Interfaces:
Element, Narratable, Navigable, Widget
Enclosing class:
RealmsSelectWorldTemplateScreen

@Environment(CLIENT) private class RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry extends AlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
Mappings:
Namespace Name
named net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry
intermediary net/minecraft/class_4419$class_4421
official fxq$a
  • Field Details

    • INFO_TOOLTIP_TEXT

      private static final Text INFO_TOOLTIP_TEXT
      Mappings:
      Namespace Name Mixin selector
      named INFO_TOOLTIP_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;INFO_TOOLTIP_TEXT:Lnet/minecraft/text/Text;
      intermediary field_45982 Lnet/minecraft/class_4419$class_4421;field_45982:Lnet/minecraft/class_2561;
      official e Lfxq$a;e:Lxx;
    • TRAILER_TOOLTIP_TEXT

      private static final Text TRAILER_TOOLTIP_TEXT
      Mappings:
      Namespace Name Mixin selector
      named TRAILER_TOOLTIP_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;TRAILER_TOOLTIP_TEXT:Lnet/minecraft/text/Text;
      intermediary field_45983 Lnet/minecraft/class_4419$class_4421;field_45983:Lnet/minecraft/class_2561;
      official f Lfxq$a;f:Lxx;
    • mTemplate

      public final WorldTemplate mTemplate
      Mappings:
      Namespace Name Mixin selector
      named mTemplate Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;mTemplate:Lnet/minecraft/client/realms/dto/WorldTemplate;
      intermediary field_20094 Lnet/minecraft/class_4419$class_4421;field_20094:Lnet/minecraft/class_4890;
      official a Lfxq$a;a:Lfwo;
    • infoButton

      Mappings:
      Namespace Name Mixin selector
      named infoButton Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;infoButton:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
      intermediary field_45985 Lnet/minecraft/class_4419$class_4421;field_45985:Lnet/minecraft/class_344;
      official g Lfxq$a;g:Lgeb;
    • trailerButton

      @Nullable private @Nullable TexturedButtonWidget trailerButton
      Mappings:
      Namespace Name Mixin selector
      named trailerButton Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;trailerButton:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
      intermediary field_45986 Lnet/minecraft/class_4419$class_4421;field_45986:Lnet/minecraft/class_344;
      official i Lfxq$a;i:Lgeb;
  • Constructor Details

    • WorldTemplateObjectSelectionListEntry

      public WorldTemplateObjectSelectionListEntry(WorldTemplate template)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen;Lnet/minecraft/client/realms/dto/WorldTemplate;)V
      intermediary <init> Lnet/minecraft/class_4419$class_4421;<init>(Lnet/minecraft/class_4419;Lnet/minecraft/class_4890;)V
      official <init> Lfxq$a;<init>(Lfxq;Lfwo;)V
  • Method Details