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
named net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry
intermediary net/minecraft/class_4419$class_4421
official fkg$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 Lfkg$a;e:Lxv;
    • 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 Lfkg$a;f:Lxv;
    • 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 Lfkg$a;a:Lfiy;
    • prevClickTime

      private long prevClickTime
      Mappings:
      Namespace Name Mixin selector
      named prevClickTime Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;prevClickTime:J
      intermediary field_45984 Lnet/minecraft/class_4419$class_4421;field_45984:J
      official g Lfkg$a;g:J
    • 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 h Lfkg$a;h:Lfoq;
    • 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 Lfkg$a;i:Lfoq;
  • 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> Lfkg$a;<init>(Lfkg;Lfiy;)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.
      Specified by:
      mouseClicked in interface Element
      Overrides:
      mouseClicked in class AlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
      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
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      official a Lfqc;a(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
      named render Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)V
      intermediary method_25343 Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)V
      official a Lfnz$a;a(Lfnr;IIIIIIIZF)V
    • getNarration

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