Class DelegatingRealmsSimpleScrolledSelectionListWidget

java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.widget.DelegatingRealmsSimpleScrolledSelectionListWidget
All Implemented Interfaces:
class_4122, class_4123

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

    • list

      Mappings:
      Namespace Name Mixin selector
      official v Lcjb;v: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> Lcjb;<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 d Lchl;d()I
      intermediary method_1050 Lnet/minecraft/class_390;method_1050()I
      named getEntryCount Lnet/minecraft/client/gui/widget/ListWidget;getEntryCount()I
    • method_18414

      protected boolean method_18414(int int2, int int3, double double2, double double3)
      Overrides:
      method_18414 in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lchl;a(IIDD)Z
      intermediary method_18414 Lnet/minecraft/class_390;method_18414(IIDD)Z
      named method_18414 Lnet/minecraft/client/gui/widget/ListWidget;method_18414(IIDD)Z
    • isEntrySelected

      protected boolean isEntrySelected(int index)
      Specified by:
      isEntrySelected in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lchl;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 Lchl;a()V
      intermediary method_1066 Lnet/minecraft/class_390;method_1066()V
      named renderBackground Lnet/minecraft/client/gui/widget/ListWidget;renderBackground()V
    • method_1055

      protected void method_1055(int int2, int int3, int int4, int int5, int int6, int int7, float float2)
      Specified by:
      method_1055 in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lchl;a(IIIIIIF)V
      intermediary method_1055 Lnet/minecraft/class_390;method_1055(IIIIIIF)V
      named method_1055 Lnet/minecraft/client/gui/widget/ListWidget;method_1055(IIIIIIF)V
    • getWidth

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

      protected int getMaxPosition()
      Overrides:
      getMaxPosition in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official n Lchl;n()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 f Lchl;f()I
      intermediary method_1069 Lnet/minecraft/class_390;method_1069()I
      named getScrollbarPosition Lnet/minecraft/client/gui/widget/ListWidget;getScrollbarPosition()I
    • render

      public void render(int mouseX, int mouseY, float delta)
      Overrides:
      render in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lchl;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
    • mouseScrolled

      public boolean mouseScrolled(double double2)
      Specified by:
      mouseScrolled in interface class_4122
      Specified by:
      mouseScrolled in interface class_4123
      Overrides:
      mouseScrolled in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official mouseScrolled Lchr;mouseScrolled(D)Z
      intermediary mouseScrolled Lnet/minecraft/class_4122;mouseScrolled(D)Z
      named mouseScrolled Lnet/minecraft/class_4122;mouseScrolled(D)Z
    • mouseClicked

      public boolean mouseClicked(double double2, double double3, int int2)
      Specified by:
      mouseClicked in interface class_4122
      Specified by:
      mouseClicked in interface class_4123
      Overrides:
      mouseClicked in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official mouseClicked Lchr;mouseClicked(DDI)Z
      intermediary mouseClicked Lnet/minecraft/class_4122;mouseClicked(DDI)Z
      named mouseClicked Lnet/minecraft/class_4122;mouseClicked(DDI)Z
    • mouseReleased

      public boolean mouseReleased(double double2, double double3, int int2)
      Specified by:
      mouseReleased in interface class_4122
      Specified by:
      mouseReleased in interface class_4123
      Overrides:
      mouseReleased in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official mouseReleased Lchr;mouseReleased(DDI)Z
      intermediary mouseReleased Lnet/minecraft/class_4122;mouseReleased(DDI)Z
      named mouseReleased Lnet/minecraft/class_4122;mouseReleased(DDI)Z
    • mouseDragged

      public boolean mouseDragged(double double2, double double3, int int2, double double4, double double5)
      Specified by:
      mouseDragged in interface class_4122
      Specified by:
      mouseDragged in interface class_4123
      Overrides:
      mouseDragged in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official mouseDragged Lchr;mouseDragged(DDIDD)Z
      intermediary mouseDragged Lnet/minecraft/class_4122;mouseDragged(DDIDD)Z
      named mouseDragged Lnet/minecraft/class_4122;mouseDragged(DDIDD)Z