Package net.minecraft

Class class_8769

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class class_8769 extends class_8768<class_8773.class_8774>
Mappings:
Namespace Name
official fca
intermediary net/minecraft/class_8769
named net/minecraft/class_8769
  • Field Details

    • field_46036

      private static final int field_46036
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official s Lfca;s:I
      intermediary field_46036 Lnet/minecraft/class_8769;field_46036:I
      named field_46036 Lnet/minecraft/class_8769;field_46036:I
    • field_46037

      private static final Text field_46037
      Mappings:
      Namespace Name Mixin selector
      official t Lfca;t:Ltf;
      intermediary field_46037 Lnet/minecraft/class_8769;field_46037:Lnet/minecraft/class_2561;
      named field_46037 Lnet/minecraft/class_8769;field_46037:Lnet/minecraft/text/Text;
    • field_46038

      private final DirectionalLayoutWidget field_46038
      Mappings:
      Namespace Name Mixin selector
      official u Lfca;u:Levt;
      intermediary field_46038 Lnet/minecraft/class_8769;field_46038:Lnet/minecraft/class_8667;
      named field_46038 Lnet/minecraft/class_8769;field_46038:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
    • field_46039

      private EditBoxWidget field_46039
      Mappings:
      Namespace Name Mixin selector
      official v Lfca;v:Lesy;
      intermediary field_46039 Lnet/minecraft/class_8769;field_46039:Lnet/minecraft/class_7529;
      named field_46039 Lnet/minecraft/class_8769;field_46039:Lnet/minecraft/client/gui/widget/EditBoxWidget;
    • field_46040

      private ButtonWidget field_46040
      Mappings:
      Namespace Name Mixin selector
      official w Lfca;w:Lesg;
      intermediary field_46040 Lnet/minecraft/class_8769;field_46040:Lnet/minecraft/class_4185;
      named field_46040 Lnet/minecraft/class_8769;field_46040: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_53574

      private void method_53574()
      Mappings:
      Namespace Name Mixin selector
      official C Lfca;C()V
      intermediary method_53574 Lnet/minecraft/class_8769;method_53574()V
      named method_53574 Lnet/minecraft/class_8769;method_53574()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