Package net.minecraft

Class class_7543.class_7544

All Implemented Interfaces:
class_7541.class_7542, Drawable, Element, Narratable, ParentElement, Selectable
Enclosing class:
class_7543

Mappings:
Namespace Name
official eoh$a
intermediary net/minecraft/class_7543$class_7544
named net/minecraft/class_7543$class_7544
  • Field Details

    • field_39593

      Mappings:
      Namespace Name Mixin selector
      official o Leoh$a;o:Leoh$a$c;
      intermediary field_39593 Lnet/minecraft/class_7543$class_7544;field_39593:Lnet/minecraft/class_7543$class_7544$class_7547;
      named field_39593 Lnet/minecraft/class_7543$class_7544;field_39593:Lnet/minecraft/class_7543$class_7544$class_7547;
  • Constructor Details

  • Method Details

    • setScrollAmount

      public void setScrollAmount(double amount)
      Overrides:
      setScrollAmount in class EntryListWidget<class_7543.class_7544.class_7546>
      Mappings:
      Namespace Name Mixin selector
      official a Legq;a(D)V
      intermediary method_25307 Lnet/minecraft/class_350;method_25307(D)V
      named setScrollAmount Lnet/minecraft/client/gui/widget/EntryListWidget;setScrollAmount(D)V
    • method_44490

      public void method_44490(int int2, class_7557 class_7557)
      Specified by:
      method_44490 in interface class_7541.class_7542
      Mappings:
      Namespace Name Mixin selector
      official a Leog$a;a(ILeuj;)V
      intermediary method_44490 Lnet/minecraft/class_7541$class_7542;method_44490(ILnet/minecraft/class_7557;)V
      named method_44490 Lnet/minecraft/class_7541$class_7542;method_44490(ILnet/minecraft/class_7557;)V
    • method_44511

      private void method_44511(class_7557.class_7558 class_7558, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Leoh$a;a(Leuj$a;Z)V
      intermediary method_44511 Lnet/minecraft/class_7543$class_7544;method_44511(Lnet/minecraft/class_7557$class_7558;Z)V
      named method_44511 Lnet/minecraft/class_7543$class_7544;method_44511(Lnet/minecraft/class_7557$class_7558;Z)V
    • method_44492

      public void method_44492(Text text)
      Specified by:
      method_44492 in interface class_7541.class_7542
      Mappings:
      Namespace Name Mixin selector
      official a Leog$a;a(Lrm;)V
      intermediary method_44492 Lnet/minecraft/class_7541$class_7542;method_44492(Lnet/minecraft/class_2561;)V
      named method_44492 Lnet/minecraft/class_7541$class_7542;method_44492(Lnet/minecraft/text/Text;)V
    • getScrollbarPositionX

      protected int getScrollbarPositionX()
      Overrides:
      getScrollbarPositionX in class EntryListWidget<class_7543.class_7544.class_7546>
      Mappings:
      Namespace Name Mixin selector
      official d Legq;d()I
      intermediary method_25329 Lnet/minecraft/class_350;method_25329()I
      named getScrollbarPositionX Lnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarPositionX()I
    • getRowWidth

      public int getRowWidth()
      Overrides:
      getRowWidth in class EntryListWidget<class_7543.class_7544.class_7546>
      Mappings:
      Namespace Name Mixin selector
      official c Legq;c()I
      intermediary method_25322 Lnet/minecraft/class_350;method_25322()I
      named getRowWidth Lnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
    • method_44513

      public int method_44513()
      Mappings:
      Namespace Name Mixin selector
      official e Leoh$a;e()I
      intermediary method_44513 Lnet/minecraft/class_7543$class_7544;method_44513()I
      named method_44513 Lnet/minecraft/class_7543$class_7544;method_44513()I
    • method_44397

      protected void method_44397(MatrixStack matrixStack, int int2, int int3, float float2, int int4, int int5, int int6, int int7, int int8)
      Overrides:
      method_44397 in class EntryListWidget<class_7543.class_7544.class_7546>
      Mappings:
      Namespace Name Mixin selector
      official a Legq;a(Ldzt;IIFIIIII)V
      intermediary method_44397 Lnet/minecraft/class_350;method_44397(Lnet/minecraft/class_4587;IIFIIIII)V
      named method_44397 Lnet/minecraft/client/gui/widget/EntryListWidget;method_44397(Lnet/minecraft/client/util/math/MatrixStack;IIFIIIII)V
    • moveSelection

      protected void moveSelection(EntryListWidget.MoveDirection direction)
      Overrides:
      moveSelection in class EntryListWidget<class_7543.class_7544.class_7546>
      Mappings:
      Namespace Name Mixin selector
      official a Legq;a(Legq$b;)V
      intermediary method_25335 Lnet/minecraft/class_350;method_25335(Lnet/minecraft/class_350$class_5403;)V
      named moveSelection Lnet/minecraft/client/gui/widget/EntryListWidget;moveSelection(Lnet/minecraft/client/gui/widget/EntryListWidget$MoveDirection;)V
    • method_44512

      private boolean method_44512(EntryListWidget.MoveDirection moveDirection)
      Mappings:
      Namespace Name Mixin selector
      official b Leoh$a;b(Legq$b;)Z
      intermediary method_44512 Lnet/minecraft/class_7543$class_7544;method_44512(Lnet/minecraft/class_350$class_5403;)Z
      named method_44512 Lnet/minecraft/class_7543$class_7544;method_44512(Lnet/minecraft/client/gui/widget/EntryListWidget$MoveDirection;)Z
    • keyPressed

      public boolean keyPressed(int keyCode, int scanCode, int modifiers)
      Callback for when a key down event has been captured. The key code is identified by the constants in GLFW class.
      Specified by:
      keyPressed in interface Element
      Specified by:
      keyPressed in interface ParentElement
      Overrides:
      keyPressed in class EntryListWidget<class_7543.class_7544.class_7546>
      Parameters:
      keyCode - the named key code of the event as described in the GLFW class
      scanCode - the unique/platform-specific scan code of the keyboard input
      modifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lehw;a(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z