Class DelegatingRealmsSimpleScrolledSelectionListWidget

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

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

    • list

      Mappings:
      Namespace Name Mixin selector
      official u Lbgo;u:Lnet/minecraft/realms/RealmsSimpleScrolledSelectionList;
      intermediary field_10415 Lnet/minecraft/class_2312;field_10415:Lnet/minecraft/realms/RealmsSimpleScrolledSelectionList;
      named list Lnet/minecraft/client/gui/widget/DelegatingRealmsSimpleScrolledSelectionListWidget;list:Lnet/minecraft/realms/RealmsSimpleScrolledSelectionList;
  • Constructor Details

    • DelegatingRealmsSimpleScrolledSelectionListWidget

      public DelegatingRealmsSimpleScrolledSelectionListWidget(RealmsSimpleScrolledSelectionList list, int width, int height, int top, int bottom, int entryHeight)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbgo;<init>(Lnet/minecraft/realms/RealmsSimpleScrolledSelectionList;IIIII)V
      intermediary <init> Lnet/minecraft/class_2312;<init>(Lnet/minecraft/realms/RealmsSimpleScrolledSelectionList;IIIII)V
      named <init> Lnet/minecraft/client/gui/widget/DelegatingRealmsSimpleScrolledSelectionListWidget;<init>(Lnet/minecraft/realms/RealmsSimpleScrolledSelectionList;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
    • getWidth

      public int getWidth()
      Mappings:
      Namespace Name Mixin selector
      official e Lbgo;e()I
      intermediary method_9545 Lnet/minecraft/class_2312;method_9545()I
      named getWidth Lnet/minecraft/client/gui/widget/DelegatingRealmsSimpleScrolledSelectionListWidget;getWidth()I
    • getLastMouseY

      public int getLastMouseY()
      Mappings:
      Namespace Name Mixin selector
      official f Lbgo;f()I
      intermediary method_9546 Lnet/minecraft/class_2312;method_9546()I
      named getLastMouseY Lnet/minecraft/client/gui/widget/DelegatingRealmsSimpleScrolledSelectionListWidget;getLastMouseY()I
    • getLastMouseX

      public int getLastMouseX()
      Mappings:
      Namespace Name Mixin selector
      official g Lbgo;g()I
      intermediary method_9547 Lnet/minecraft/class_2312;method_9547()I
      named getLastMouseX Lnet/minecraft/client/gui/widget/DelegatingRealmsSimpleScrolledSelectionListWidget;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
    • render

      public void render(int mouseX, int mouseY, float delta)
      Overrides:
      render in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lbgd;a(IIF)V
      intermediary method_1053 Lnet/minecraft/class_390;method_1053(IIF)V
      named render Lnet/minecraft/client/gui/widget/ListWidget;render(IIF)V