Package net.minecraft

Class class_7743

All Implemented Interfaces:
Drawable, Element, ParentElement
Direct Known Subclasses:
class_7744, SignEditScreen

@Environment(CLIENT) public abstract class class_7743 extends Screen
Mappings:
Namespace Name
official eov
intermediary net/minecraft/class_7743
named net/minecraft/class_7743
  • Field Details

    • field_40424

      protected final SignBlockEntity field_40424
      Mappings:
      Namespace Name Mixin selector
      official a Leov;a:Lcwq;
      intermediary field_40424 Lnet/minecraft/class_7743;field_40424:Lnet/minecraft/class_2625;
      named field_40424 Lnet/minecraft/class_7743;field_40424:Lnet/minecraft/block/entity/SignBlockEntity;
    • field_40425

      protected final String[] field_40425
      Mappings:
      Namespace Name Mixin selector
      official b Leov;b:[Ljava/lang/String;
      intermediary field_40425 Lnet/minecraft/class_7743;field_40425:[Ljava/lang/String;
      named field_40425 Lnet/minecraft/class_7743;field_40425:[Ljava/lang/String;
    • field_40426

      protected final SignType field_40426
      Mappings:
      Namespace Name Mixin selector
      official c Leov;c:Lczh;
      intermediary field_40426 Lnet/minecraft/class_7743;field_40426:Lnet/minecraft/class_4719;
      named field_40426 Lnet/minecraft/class_7743;field_40426:Lnet/minecraft/util/SignType;
    • field_40427

      private int field_40427
      Mappings:
      Namespace Name Mixin selector
      official n Leov;n:I
      intermediary field_40427 Lnet/minecraft/class_7743;field_40427:I
      named field_40427 Lnet/minecraft/class_7743;field_40427:I
    • field_40428

      private int field_40428
      Mappings:
      Namespace Name Mixin selector
      official o Leov;o:I
      intermediary field_40428 Lnet/minecraft/class_7743;field_40428:I
      named field_40428 Lnet/minecraft/class_7743;field_40428:I
    • field_40429

      private SelectionManager field_40429
      Mappings:
      Namespace Name Mixin selector
      official p Leov;p:Lelq;
      intermediary field_40429 Lnet/minecraft/class_7743;field_40429:Lnet/minecraft/class_3728;
      named field_40429 Lnet/minecraft/class_7743;field_40429:Lnet/minecraft/client/util/SelectionManager;
  • Constructor Details

    • class_7743

      public class_7743(SignBlockEntity signBlockEntity, boolean bool)
    • class_7743

      public class_7743(SignBlockEntity signBlockEntity, boolean bool, Text text)
  • Method Details

    • init

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

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

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

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official e Lenv;e()V
      intermediary method_25432 Lnet/minecraft/class_437;method_25432()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official d Lenv;d()V
      intermediary method_25393 Lnet/minecraft/class_437;method_25393()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • method_45662

      private void method_45662()
      Mappings:
      Namespace Name Mixin selector
      official x Leov;x()V
      intermediary method_45662 Lnet/minecraft/class_7743;method_45662()V
      named method_45662 Lnet/minecraft/class_7743;method_45662()V
    • 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 Lela;a(CI)Z
      intermediary method_25400 Lnet/minecraft/class_364;method_25400(CI)Z
      named charTyped Lnet/minecraft/client/gui/Element;charTyped(CI)Z
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ai_ Lenv;ai_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • 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 Screen
      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 Lela;a(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lekx;a(Ledd;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • method_45656

      protected abstract void method_45656(MatrixStack matrixStack, VertexConsumerProvider.Immediate immediate, BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official a Leov;a(Ledd;Lfcg$a;Lcxu;)V
      intermediary method_45656 Lnet/minecraft/class_7743;method_45656(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_2680;)V
      named method_45656 Lnet/minecraft/class_7743;method_45656(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;Lnet/minecraft/block/BlockState;)V
    • method_45661

      protected abstract Vec3f method_45661()
      Mappings:
      Namespace Name Mixin selector
      official h Leov;h()Lk;
      intermediary method_45661 Lnet/minecraft/class_7743;method_45661()Lnet/minecraft/class_1160;
      named method_45661 Lnet/minecraft/class_7743;method_45661()Lnet/minecraft/util/math/Vec3f;
    • method_45654

      protected void method_45654(MatrixStack matrixStack, BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official a Leov;a(Ledd;Lcxu;)V
      intermediary method_45654 Lnet/minecraft/class_7743;method_45654(Lnet/minecraft/class_4587;Lnet/minecraft/class_2680;)V
      named method_45654 Lnet/minecraft/class_7743;method_45654(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/block/BlockState;)V
    • method_45659

      private void method_45659(MatrixStack matrixStack)
      Mappings:
      Namespace Name Mixin selector
      official b Leov;b(Ledd;)V
      intermediary method_45659 Lnet/minecraft/class_7743;method_45659(Lnet/minecraft/class_4587;)V
      named method_45659 Lnet/minecraft/class_7743;method_45659(Lnet/minecraft/client/util/math/MatrixStack;)V
    • method_45655

      private void method_45655(MatrixStack matrixStack, VertexConsumerProvider.Immediate immediate)
      Mappings:
      Namespace Name Mixin selector
      official a Leov;a(Ledd;Lfcg$a;)V
      intermediary method_45655 Lnet/minecraft/class_7743;method_45655(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;)V
      named method_45655 Lnet/minecraft/class_7743;method_45655(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;)V