Class RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry

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

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

    • INFO_TOOLTIP_TEXT

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

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

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

      private long prevClickTime
      Mappings:
      Namespace Name Mixin selector
      official g Leti$a;g:J
      intermediary field_45984 Lnet/minecraft/class_4419$class_4421;field_45984:J
      named prevClickTime Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;prevClickTime:J
    • infoButton

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

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

    • WorldTemplateObjectSelectionListEntry

      public WorldTemplateObjectSelectionListEntry(WorldTemplate template)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leti$a;<init>(Leti;Lerz;)V
      intermediary <init> Lnet/minecraft/class_4419$class_4421;<init>(Lnet/minecraft/class_4419;Lnet/minecraft/class_4890;)V
      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
  • Method Details

    • mouseClicked

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lezb;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
    • render

      public void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
      Renders an entry in a list.
      Specified by:
      render in class EntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
      Parameters:
      index - the index of the entry
      y - the Y coordinate of the entry
      x - the X coordinate of the entry
      entryWidth - the width of the entry
      entryHeight - the height of the entry
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      hovered - whether the mouse is hovering over the entry
      Mappings:
      Namespace Name Mixin selector
      official a Lexb$a;a(Lewu;IIIIIIIZF)V
      intermediary method_25343 Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)V
      named render Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)V
    • getNarration

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
      Mappings:
      Namespace Name Mixin selector
      official a Leyc$a;a()Lvf;
      intermediary method_37006 Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;
      named getNarration Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;