Class EntryListWidget

java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.widget.EntryListWidget
Direct Known Subclasses:
ControlsListWidget, MultiplayerServerListWidget, OptionPairWidget, PagedEntryListWidget, ResourcePackListWidget

@Environment(CLIENT) public abstract class EntryListWidget extends ListWidget
Mappings:
Namespace Name
official buu
intermediary net/minecraft/class_1802
named net/minecraft/client/gui/widget/EntryListWidget
  • Constructor Details

    • EntryListWidget

      public EntryListWidget(MinecraftClient client, int width, int height, int top, int bottom, int entryHeight)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbvk;<init>(Lbsu;IIIII)V
      intermediary <init> Lnet/minecraft/class_390;<init>(Lnet/minecraft/class_1600;IIIII)V
      named <init> Lnet/minecraft/client/gui/widget/ListWidget;<init>(Lnet/minecraft/client/MinecraftClient;IIIII)V
  • Method Details

    • selectEntry

      protected void selectEntry(int index, boolean bool, int lastMouseX, int lastMouseY)
      Specified by:
      selectEntry in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lbvk;a(IZII)V
      intermediary method_1057 Lnet/minecraft/class_390;method_1057(IZII)V
      named selectEntry Lnet/minecraft/client/gui/widget/ListWidget;selectEntry(IZII)V
    • isEntrySelected

      protected boolean isEntrySelected(int index)
      Specified by:
      isEntrySelected in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lbvk;a(I)Z
      intermediary method_1051 Lnet/minecraft/class_390;method_1051(I)Z
      named isEntrySelected Lnet/minecraft/client/gui/widget/ListWidget;isEntrySelected(I)Z
    • renderBackground

      protected void renderBackground()
      Specified by:
      renderBackground in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lbvk;a()V
      intermediary method_1066 Lnet/minecraft/class_390;method_1066()V
      named renderBackground Lnet/minecraft/client/gui/widget/ListWidget;renderBackground()V
    • renderEntry

      protected void renderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY)
      Specified by:
      renderEntry in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lbvk;a(IIIIII)V
      intermediary method_1055 Lnet/minecraft/class_390;method_1055(IIIIII)V
      named renderEntry Lnet/minecraft/client/gui/widget/ListWidget;renderEntry(IIIIII)V
    • updateItemPosition

      protected void updateItemPosition(int index, int x, int y)
      Overrides:
      updateItemPosition in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lbvk;a(III)V
      intermediary method_9528 Lnet/minecraft/class_390;method_9528(III)V
      named updateItemPosition Lnet/minecraft/client/gui/widget/ListWidget;updateItemPosition(III)V
    • mouseClicked

      public boolean mouseClicked(int mouseX, int mouseY, int button)
      Mappings:
      Namespace Name Mixin selector
      official b Lbuu;b(III)Z
      intermediary method_6696 Lnet/minecraft/class_1802;method_6696(III)Z
      named mouseClicked Lnet/minecraft/client/gui/widget/EntryListWidget;mouseClicked(III)Z
    • mouseReleased

      public boolean mouseReleased(int mouseX, int mouseY, int button)
      Mappings:
      Namespace Name Mixin selector
      official c Lbuu;c(III)Z
      intermediary method_6698 Lnet/minecraft/class_1802;method_6698(III)Z
      named mouseReleased Lnet/minecraft/client/gui/widget/EntryListWidget;mouseReleased(III)Z
    • method_6697

      public abstract class_1803 method_6697(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lbuu;b(I)Lbuv;
      intermediary method_6697 Lnet/minecraft/class_1802;method_6697(I)Lnet/minecraft/class_1803;
      named method_6697 Lnet/minecraft/client/gui/widget/EntryListWidget;method_6697(I)Lnet/minecraft/client/class_1803;