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 gao$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 Lgao$a;e:Lym;
    • 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 Lgao$a;f:Lym;
    • 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 Lgao$a;a:Lfzm;
    • 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 Lgao$a;g:Lghc;
    • 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 Lgao$a;i:Lghc;
  • 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> Lgao$a;<init>(Lgao;Lfzm;)V
  • Method Details