Package net.minecraft

Class class_7529

All Implemented Interfaces:
Drawable, Element, Narratable, Selectable

@Environment(CLIENT) public class class_7529 extends class_7528
Mappings:
Namespace Name
official ehg
intermediary net/minecraft/class_7529
named net/minecraft/class_7529
  • Field Details

    • field_39502

      private static final int field_39502
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lehg;a:I
      intermediary field_39502 Lnet/minecraft/class_7529;field_39502:I
      named field_39502 Lnet/minecraft/class_7529;field_39502:I
    • field_39503

      private static final int field_39503
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lehg;b:I
      intermediary field_39503 Lnet/minecraft/class_7529;field_39503:I
      named field_39503 Lnet/minecraft/class_7529;field_39503:I
    • field_39504

      private static final String field_39504
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lehg;c:Ljava/lang/String;
      intermediary field_39504 Lnet/minecraft/class_7529;field_39504:Ljava/lang/String;
      named field_39504 Lnet/minecraft/class_7529;field_39504:Ljava/lang/String;
    • field_39505

      private static final int field_39505
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lehg;d:I
      intermediary field_39505 Lnet/minecraft/class_7529;field_39505:I
      named field_39505 Lnet/minecraft/class_7529;field_39505:I
    • field_39506

      private static final int field_39506
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lehg;e:I
      intermediary field_39506 Lnet/minecraft/class_7529;field_39506:I
      named field_39506 Lnet/minecraft/class_7529;field_39506:I
    • field_39507

      private final TextRenderer field_39507
      Mappings:
      Namespace Name Mixin selector
      official f Lehg;f:Legc;
      intermediary field_39507 Lnet/minecraft/class_7529;field_39507:Lnet/minecraft/class_327;
      named field_39507 Lnet/minecraft/class_7529;field_39507:Lnet/minecraft/client/font/TextRenderer;
    • field_39508

      private final Text field_39508
      Mappings:
      Namespace Name Mixin selector
      official s Lehg;s:Lrm;
      intermediary field_39508 Lnet/minecraft/class_7529;field_39508:Lnet/minecraft/class_2561;
      named field_39508 Lnet/minecraft/class_7529;field_39508:Lnet/minecraft/text/Text;
    • field_39509

      private final class_7530 field_39509
      Mappings:
      Namespace Name Mixin selector
      official t Lehg;t:Lehi;
      intermediary field_39509 Lnet/minecraft/class_7529;field_39509:Lnet/minecraft/class_7530;
      named field_39509 Lnet/minecraft/class_7529;field_39509:Lnet/minecraft/class_7530;
    • field_39510

      private int field_39510
      Mappings:
      Namespace Name Mixin selector
      official u Lehg;u:I
      intermediary field_39510 Lnet/minecraft/class_7529;field_39510:I
      named field_39510 Lnet/minecraft/class_7529;field_39510:I
  • Constructor Details

    • class_7529

      public class_7529(TextRenderer textRenderer, int int2, int int3, int int4, int int5, Text text, Text text2)
  • Method Details

    • method_44402

      public void method_44402(int int2)
      Mappings:
      Namespace Name Mixin selector
      official c Lehg;c(I)V
      intermediary method_44402 Lnet/minecraft/class_7529;method_44402(I)V
      named method_44402 Lnet/minecraft/class_7529;method_44402(I)V
    • method_44401

      public void method_44401(Consumer<String> consumer)
      Mappings:
      Namespace Name Mixin selector
      official a Lehg;a(Ljava/util/function/Consumer;)V
      intermediary method_44401 Lnet/minecraft/class_7529;method_44401(Ljava/util/function/Consumer;)V
      named method_44401 Lnet/minecraft/class_7529;method_44401(Ljava/util/function/Consumer;)V
    • method_44400

      public void method_44400(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lehg;a(Ljava/lang/String;)V
      intermediary method_44400 Lnet/minecraft/class_7529;method_44400(Ljava/lang/String;)V
      named method_44400 Lnet/minecraft/class_7529;method_44400(Ljava/lang/String;)V
    • method_44405

      public String method_44405()
      Mappings:
      Namespace Name Mixin selector
      official p Lehg;p()Ljava/lang/String;
      intermediary method_44405 Lnet/minecraft/class_7529;method_44405()Ljava/lang/String;
      named method_44405 Lnet/minecraft/class_7529;method_44405()Ljava/lang/String;
    • method_44406

      public void method_44406()
      Mappings:
      Namespace Name Mixin selector
      official q Lehg;q()V
      intermediary method_44406 Lnet/minecraft/class_7529;method_44406()V
      named method_44406 Lnet/minecraft/class_7529;method_44406()V
    • appendNarrations

      public void appendNarrations(NarrationMessageBuilder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Lejb;a(Leja;)V
      intermediary method_37020 Lnet/minecraft/class_6383;method_37020(Lnet/minecraft/class_6382;)V
      named appendNarrations Lnet/minecraft/client/gui/Narratable;appendNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
    • mouseClicked

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Specified by:
      mouseClicked in interface Element
      Overrides:
      mouseClicked in class class_7528
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lehw;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
    • mouseDragged

      public boolean mouseDragged(double mouseX, double mouseY, int button, double deltaX, double deltaY)
      Callback for when a mouse button drag event has been captured. The button number is identified by the constants in GLFW class.
      Specified by:
      mouseDragged in interface Element
      Overrides:
      mouseDragged in class class_7528
      Parameters:
      mouseX - the current X coordinate of the mouse
      mouseY - the current Y coordinate of the mouse
      button - the mouse button number
      deltaX - the difference of the current X with the previous X coordinate
      deltaY - the difference of the current Y with the previous Y coordinate
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lehw;a(DDIDD)Z
      intermediary method_25403 Lnet/minecraft/class_364;method_25403(DDIDD)Z
      named mouseDragged Lnet/minecraft/client/gui/Element;mouseDragged(DDIDD)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.
      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
    • charTyped

      public boolean charTyped(char chr, int modifiers)
      Callback for when a character input has been captured. The key code is identified by the constants in GLFW class.
      Parameters:
      chr - the captured character
      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(CI)Z
      intermediary method_25400 Lnet/minecraft/class_364;method_25400(CI)Z
      named charTyped Lnet/minecraft/client/gui/Element;charTyped(CI)Z
    • method_44389

      protected void method_44389(MatrixStack matrixStack, int int2, int int3, float float2)
      Specified by:
      method_44389 in class class_7528
      Mappings:
      Namespace Name Mixin selector
      official c Legp;c(Ldzt;IIF)V
      intermediary method_44389 Lnet/minecraft/class_7528;method_44389(Lnet/minecraft/class_4587;IIF)V
      named method_44389 Lnet/minecraft/class_7528;method_44389(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • method_44384

      protected void method_44384(MatrixStack matrixStack)
      Overrides:
      method_44384 in class class_7528
      Mappings:
      Namespace Name Mixin selector
      official a Legp;a(Ldzt;)V
      intermediary method_44384 Lnet/minecraft/class_7528;method_44384(Lnet/minecraft/class_4587;)V
      named method_44384 Lnet/minecraft/class_7528;method_44384(Lnet/minecraft/client/util/math/MatrixStack;)V
    • method_44391

      public int method_44391()
      Specified by:
      method_44391 in class class_7528
      Mappings:
      Namespace Name Mixin selector
      official e Legp;e()I
      intermediary method_44391 Lnet/minecraft/class_7528;method_44391()I
      named method_44391 Lnet/minecraft/class_7528;method_44391()I
    • method_44392

      protected boolean method_44392()
      Specified by:
      method_44392 in class class_7528
      Mappings:
      Namespace Name Mixin selector
      official f Legp;f()Z
      intermediary method_44392 Lnet/minecraft/class_7528;method_44392()Z
      named method_44392 Lnet/minecraft/class_7528;method_44392()Z
    • method_44393

      protected double method_44393()
      Specified by:
      method_44393 in class class_7528
      Mappings:
      Namespace Name Mixin selector
      official g Legp;g()D
      intermediary method_44393 Lnet/minecraft/class_7528;method_44393()D
      named method_44393 Lnet/minecraft/class_7528;method_44393()D
    • method_44403

      private void method_44403(MatrixStack matrixStack, int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official c Lehg;c(Ldzt;IIII)V
      intermediary method_44403 Lnet/minecraft/class_7529;method_44403(Lnet/minecraft/class_4587;IIII)V
      named method_44403 Lnet/minecraft/class_7529;method_44403(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
    • method_44407

      private void method_44407()
      Mappings:
      Namespace Name Mixin selector
      official r Lehg;r()V
      intermediary method_44407 Lnet/minecraft/class_7529;method_44407()V
      named method_44407 Lnet/minecraft/class_7529;method_44407()V
    • method_44408

      private double method_44408()
      Mappings:
      Namespace Name Mixin selector
      official s Lehg;s()D
      intermediary method_44408 Lnet/minecraft/class_7529;method_44408()D
      named method_44408 Lnet/minecraft/class_7529;method_44408()D
    • method_44404

      private void method_44404(double double2, double double3)
      Mappings:
      Namespace Name Mixin selector
      official f Lehg;f(DD)V
      intermediary method_44404 Lnet/minecraft/class_7529;method_44404(DD)V
      named method_44404 Lnet/minecraft/class_7529;method_44404(DD)V