Package net.minecraft

Class class_8771

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class class_8771 extends class_8768<class_8777.class_8778>
Mappings:
Namespace Name
official fcd
intermediary net/minecraft/class_8771
named net/minecraft/class_8771
  • Field Details

    • field_46051

      private static final int field_46051
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official s Lfcd;s:I
      intermediary field_46051 Lnet/minecraft/class_8771;field_46051:I
      named field_46051 Lnet/minecraft/class_8771;field_46051:I
    • field_46052

      private static final int field_46052
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official t Lfcd;t:I
      intermediary field_46052 Lnet/minecraft/class_8771;field_46052:I
      named field_46052 Lnet/minecraft/class_8771;field_46052:I
    • field_46053

      private static final int field_46053
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official u Lfcd;u:I
      intermediary field_46053 Lnet/minecraft/class_8771;field_46053:I
      named field_46053 Lnet/minecraft/class_8771;field_46053:I
    • field_46054

      private static final Text field_46054
      Mappings:
      Namespace Name Mixin selector
      official v Lfcd;v:Ltf;
      intermediary field_46054 Lnet/minecraft/class_8771;field_46054:Lnet/minecraft/class_2561;
      named field_46054 Lnet/minecraft/class_8771;field_46054:Lnet/minecraft/text/Text;
    • field_46055

      private final DirectionalLayoutWidget field_46055
      Mappings:
      Namespace Name Mixin selector
      official w Lfcd;w:Levt;
      intermediary field_46055 Lnet/minecraft/class_8771;field_46055:Lnet/minecraft/class_8667;
      named field_46055 Lnet/minecraft/class_8771;field_46055:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
    • field_46056

      private EditBoxWidget field_46056
      Mappings:
      Namespace Name Mixin selector
      official x Lfcd;x:Lesy;
      intermediary field_46056 Lnet/minecraft/class_8771;field_46056:Lnet/minecraft/class_7529;
      named field_46056 Lnet/minecraft/class_8771;field_46056:Lnet/minecraft/client/gui/widget/EditBoxWidget;
    • field_46057

      private ButtonWidget field_46057
      Mappings:
      Namespace Name Mixin selector
      official y Lfcd;y:Lesg;
      intermediary field_46057 Lnet/minecraft/class_8771;field_46057:Lnet/minecraft/class_4185;
      named field_46057 Lnet/minecraft/class_8771;field_46057:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • field_46058

      private ButtonWidget field_46058
      Mappings:
      Namespace Name Mixin selector
      official z Lfcd;z:Lesg;
      intermediary field_46058 Lnet/minecraft/class_8771;field_46058:Lnet/minecraft/class_4185;
      named field_46058 Lnet/minecraft/class_8771;field_46058:Lnet/minecraft/client/gui/widget/ButtonWidget;
  • Constructor Details

  • Method Details

    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      This should call Screen.setInitialFocus(net.minecraft.client.gui.Element) to set the element that is initially focused.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aC_ Leya;aC_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Leya;b()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
    • method_53586

      private void method_53586()
      Mappings:
      Namespace Name Mixin selector
      official C Lfcd;C()V
      intermediary method_53586 Lnet/minecraft/class_8771;method_53586()V
      named method_53586 Lnet/minecraft/class_8771;method_53586()V
    • mouseReleased

      public boolean mouseReleased(double mouseX, double mouseY, int button)
      Callback for when a mouse button release event has been captured. The button number is identified by the constants in GLFW class.
      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 b Leua;b(DDI)Z
      intermediary method_25406 Lnet/minecraft/class_364;method_25406(DDI)Z
      named mouseReleased Lnet/minecraft/client/gui/Element;mouseReleased(DDI)Z