Class PackListWidget.ResourcePackEntry

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

@Environment(CLIENT) public static class PackListWidget.ResourcePackEntry extends AlwaysSelectedEntryListWidget.Entry<PackListWidget.ResourcePackEntry>
Mappings:
Namespace Name
official fbq$a
intermediary net/minecraft/class_521$class_4271
named net/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry
  • Field Details

    • field_32403

      private static final int field_32403
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lfbq$a;b:I
      intermediary field_32403 Lnet/minecraft/class_521$class_4271;field_32403:I
      named field_32403 Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;field_32403:I
    • field_32404

      private static final int field_32404
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lfbq$a;c:I
      intermediary field_32404 Lnet/minecraft/class_521$class_4271;field_32404:I
      named field_32404 Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;field_32404:I
    • ELLIPSIS

      private static final String ELLIPSIS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lfbq$a;d:Ljava/lang/String;
      intermediary field_32405 Lnet/minecraft/class_521$class_4271;field_32405:Ljava/lang/String;
      named ELLIPSIS Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;ELLIPSIS:Ljava/lang/String;
    • widget

      private final PackListWidget widget
      Mappings:
      Namespace Name Mixin selector
      official e Lfbq$a;e:Lfbq;
      intermediary field_19130 Lnet/minecraft/class_521$class_4271;field_19130:Lnet/minecraft/class_521;
      named widget Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;widget:Lnet/minecraft/client/gui/screen/pack/PackListWidget;
    • client

      protected final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      official a Lfbq$a;a:Leqv;
      intermediary field_19128 Lnet/minecraft/class_521$class_4271;field_19128:Lnet/minecraft/class_310;
      named client Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;client:Lnet/minecraft/client/MinecraftClient;
    • pack

      private final ResourcePackOrganizer.Pack pack
      Mappings:
      Namespace Name Mixin selector
      official f Lfbq$a;f:Lfbo$a;
      intermediary field_19129 Lnet/minecraft/class_521$class_4271;field_19129:Lnet/minecraft/class_5369$class_5371;
      named pack Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;pack:Lnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer$Pack;
    • displayName

      private final OrderedText displayName
      Mappings:
      Namespace Name Mixin selector
      official g Lfbq$a;g:Larj;
      intermediary field_26590 Lnet/minecraft/class_521$class_4271;field_26590:Lnet/minecraft/class_5481;
      named displayName Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;displayName:Lnet/minecraft/text/OrderedText;
    • description

      private final MultilineText description
      Mappings:
      Namespace Name Mixin selector
      official h Lfbq$a;h:Letj;
      intermediary field_26591 Lnet/minecraft/class_521$class_4271;field_26591:Lnet/minecraft/class_5489;
      named description Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;description:Lnet/minecraft/client/font/MultilineText;
    • incompatibleText

      private final OrderedText incompatibleText
      Mappings:
      Namespace Name Mixin selector
      official i Lfbq$a;i:Larj;
      intermediary field_26784 Lnet/minecraft/class_521$class_4271;field_26784:Lnet/minecraft/class_5481;
      named incompatibleText Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;incompatibleText:Lnet/minecraft/text/OrderedText;
    • compatibilityNotificationText

      private final MultilineText compatibilityNotificationText
      Mappings:
      Namespace Name Mixin selector
      official j Lfbq$a;j:Letj;
      intermediary field_26785 Lnet/minecraft/class_521$class_4271;field_26785:Lnet/minecraft/class_5489;
      named compatibilityNotificationText Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;compatibilityNotificationText:Lnet/minecraft/client/font/MultilineText;
  • Constructor Details

    • ResourcePackEntry

      public ResourcePackEntry(MinecraftClient client, PackListWidget widget, ResourcePackOrganizer.Pack pack)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfbq$a;<init>(Leqv;Lfbq;Lfbo$a;)V
      intermediary <init> Lnet/minecraft/class_521$class_4271;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_521;Lnet/minecraft/class_5369$class_5371;)V
      named <init> Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/pack/PackListWidget;Lnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer$Pack;)V
  • Method Details

    • trimTextToWidth

      private static OrderedText trimTextToWidth(MinecraftClient client, Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Lfbq$a;a(Leqv;Ltl;)Larj;
      intermediary method_31229 Lnet/minecraft/class_521$class_4271;method_31229(Lnet/minecraft/class_310;Lnet/minecraft/class_2561;)Lnet/minecraft/class_5481;
      named trimTextToWidth Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;trimTextToWidth(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/text/Text;)Lnet/minecraft/text/OrderedText;
    • createMultilineText

      private static MultilineText createMultilineText(MinecraftClient client, Text text)
      Mappings:
      Namespace Name Mixin selector
      official b Lfbq$a;b(Leqv;Ltl;)Letj;
      intermediary method_31230 Lnet/minecraft/class_521$class_4271;method_31230(Lnet/minecraft/class_310;Lnet/minecraft/class_2561;)Lnet/minecraft/class_5489;
      named createMultilineText Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;createMultilineText(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/text/Text;)Lnet/minecraft/client/font/MultilineText;
    • getNarration

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<PackListWidget.ResourcePackEntry>
      Mappings:
      Namespace Name Mixin selector
      official a Letm$a;a()Ltl;
      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;
    • 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<PackListWidget.ResourcePackEntry>
      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 Lesl$a;a(Lesf;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
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official b Lfbq$a;b()Ljava/lang/String;
      intermediary method_48279 Lnet/minecraft/class_521$class_4271;method_48279()Ljava/lang/String;
      named getName Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;getName()Ljava/lang/String;
    • isSelectable

      private boolean isSelectable()
      Mappings:
      Namespace Name Mixin selector
      official e Lfbq$a;e()Z
      intermediary method_20152 Lnet/minecraft/class_521$class_4271;method_20152()Z
      named isSelectable Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;isSelectable()Z
    • toggle

      public void toggle()
      Mappings:
      Namespace Name Mixin selector
      official d Lfbq$a;d()V
      intermediary method_48280 Lnet/minecraft/class_521$class_4271;method_48280()V
      named toggle Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;toggle()V
    • moveTowardStart

      void moveTowardStart()
      Mappings:
      Namespace Name Mixin selector
      official f Lfbq$a;f()V
      intermediary method_48281 Lnet/minecraft/class_521$class_4271;method_48281()V
      named moveTowardStart Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;moveTowardStart()V
    • moveTowardEnd

      void moveTowardEnd()
      Mappings:
      Namespace Name Mixin selector
      official g Lfbq$a;g()V
      intermediary method_48282 Lnet/minecraft/class_521$class_4271;method_48282()V
      named moveTowardEnd Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;moveTowardEnd()V
    • enable

      private boolean enable()
      Mappings:
      Namespace Name Mixin selector
      official h Lfbq$a;h()Z
      intermediary method_48478 Lnet/minecraft/class_521$class_4271;method_48478()Z
      named enable Lnet/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry;enable()Z
    • 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 Leuk;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z