Class DelegatingRealmsScrolledSelectionListWidget

All Implemented Interfaces:
class_4122, class_4123

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

    • list

      private final RealmsScrolledSelectionList list
      Mappings:
      Namespace Name Mixin selector
      official v Lcja;v:Lnet/minecraft/realms/RealmsScrolledSelectionList;
      intermediary field_7749 Lnet/minecraft/class_1810;field_7749:Lnet/minecraft/realms/RealmsScrolledSelectionList;
      named list Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;list:Lnet/minecraft/realms/RealmsScrolledSelectionList;
  • Constructor Details

    • DelegatingRealmsScrolledSelectionListWidget

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

      public int method_6735()
      Mappings:
      Namespace Name Mixin selector
      official c Lcja;c()I
      intermediary method_6735 Lnet/minecraft/class_1810;method_6735()I
      named method_6735 Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;method_6735()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
    • 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