Class DelegatingRealmsClickableScrolledSelectionListWidget

java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.widget.DelegatingRealmsClickableScrolledSelectionListWidget

@Environment(CLIENT) public class DelegatingRealmsClickableScrolledSelectionListWidget extends ListWidget
Mappings:
Namespace Name
official bgl
intermediary net/minecraft/class_2311
named net/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget
  • Field Details

    • list

      Mappings:
      Namespace Name Mixin selector
      official u Lbgl;u:Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;
      intermediary field_10414 Lnet/minecraft/class_2311;field_10414:Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;
      named list Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;list:Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;
  • Constructor Details

    • DelegatingRealmsClickableScrolledSelectionListWidget

      public DelegatingRealmsClickableScrolledSelectionListWidget(RealmsClickableScrolledSelectionList list, int width, int height, int top, int bottom, int entryHeight)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbgl;<init>(Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;IIIII)V
      intermediary <init> Lnet/minecraft/class_2311;<init>(Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;IIIII)V
      named <init> Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;<init>(Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;IIIII)V
  • Method Details

    • getEntryCount

      protected int getEntryCount()
      Specified by:
      getEntryCount in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official b Lbgd;b()I
      intermediary method_1050 Lnet/minecraft/class_390;method_1050()I
      named getEntryCount Lnet/minecraft/client/gui/widget/ListWidget;getEntryCount()I
    • 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 Lbgd;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 Lbgd;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 Lbgd;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 Lbgd;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
    • width

      public int width()
      Mappings:
      Namespace Name Mixin selector
      official e Lbgl;e()I
      intermediary method_9541 Lnet/minecraft/class_2311;method_9541()I
      named width Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;width()I
    • getLastMouseY

      public int getLastMouseY()
      Mappings:
      Namespace Name Mixin selector
      official f Lbgl;f()I
      intermediary method_9542 Lnet/minecraft/class_2311;method_9542()I
      named getLastMouseY Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;getLastMouseY()I
    • getLastMouseX

      public int getLastMouseX()
      Mappings:
      Namespace Name Mixin selector
      official g Lbgl;g()I
      intermediary method_9543 Lnet/minecraft/class_2311;method_9543()I
      named getLastMouseX Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;getLastMouseX()I
    • getMaxPosition

      protected int getMaxPosition()
      Overrides:
      getMaxPosition in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official k Lbgd;k()I
      intermediary method_1062 Lnet/minecraft/class_390;method_1062()I
      named getMaxPosition Lnet/minecraft/client/gui/widget/ListWidget;getMaxPosition()I
    • getScrollbarPosition

      protected int getScrollbarPosition()
      Overrides:
      getScrollbarPosition in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official d Lbgd;d()I
      intermediary method_1069 Lnet/minecraft/class_390;method_1069()I
      named getScrollbarPosition Lnet/minecraft/client/gui/widget/ListWidget;getScrollbarPosition()I
    • handleMouse

      public void handleMouse()
      Overrides:
      handleMouse in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official p Lbgd;p()V
      intermediary method_9529 Lnet/minecraft/class_390;method_9529()V
      named handleMouse Lnet/minecraft/client/gui/widget/ListWidget;handleMouse()V
    • method_9540

      public void method_9540(int int2, int int3, int int4, Tezzelator tezzelator)
      Mappings:
      Namespace Name Mixin selector
      official a Lbgl;a(IIILnet/minecraft/realms/Tezzelator;)V
      intermediary method_9540 Lnet/minecraft/class_2311;method_9540(IIILnet/minecraft/realms/Tezzelator;)V
      named method_9540 Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;method_9540(IIILnet/minecraft/realms/Tezzelator;)V
    • renderList

      protected void renderList(int x, int y, int mouseX, int mouseY)
      Overrides:
      renderList in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official b Lbgd;b(IIII)V
      intermediary method_6704 Lnet/minecraft/class_390;method_6704(IIII)V
      named renderList Lnet/minecraft/client/gui/widget/ListWidget;renderList(IIII)V