Class AbstractCommandBlockScreen

java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Direct Known Subclasses:
CommandBlockScreen, MinecartCommandBlockScreen

@Environment(CLIENT) public abstract class AbstractCommandBlockScreen extends Screen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen
intermediary net/minecraft/class_463
official gqt
  • Field Details

    • SET_COMMAND_TEXT

      private static final Text SET_COMMAND_TEXT
      Mappings:
      Namespace Name Mixin selector
      named SET_COMMAND_TEXT Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;SET_COMMAND_TEXT:Lnet/minecraft/text/Text;
      intermediary field_26556 Lnet/minecraft/class_463;field_26556:Lnet/minecraft/class_2561;
      official f Lgqt;f:Lym;
    • COMMAND_TEXT

      private static final Text COMMAND_TEXT
      Mappings:
      Namespace Name Mixin selector
      named COMMAND_TEXT Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;COMMAND_TEXT:Lnet/minecraft/text/Text;
      intermediary field_26557 Lnet/minecraft/class_463;field_26557:Lnet/minecraft/class_2561;
      official t Lgqt;t:Lym;
    • PREVIOUS_OUTPUT_TEXT

      private static final Text PREVIOUS_OUTPUT_TEXT
      Mappings:
      Namespace Name Mixin selector
      named PREVIOUS_OUTPUT_TEXT Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;PREVIOUS_OUTPUT_TEXT:Lnet/minecraft/text/Text;
      intermediary field_26558 Lnet/minecraft/class_463;field_26558:Lnet/minecraft/class_2561;
      official u Lgqt;u:Lym;
    • consoleCommandTextField

      protected TextFieldWidget consoleCommandTextField
      Mappings:
      Namespace Name Mixin selector
      named consoleCommandTextField Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;consoleCommandTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
      intermediary field_2751 Lnet/minecraft/class_463;field_2751:Lnet/minecraft/class_342;
      official a Lgqt;a:Lggz;
    • previousOutputTextField

      protected TextFieldWidget previousOutputTextField
      Mappings:
      Namespace Name Mixin selector
      named previousOutputTextField Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;previousOutputTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
      intermediary field_2755 Lnet/minecraft/class_463;field_2755:Lnet/minecraft/class_342;
      official b Lgqt;b:Lggz;
    • doneButton

      protected ButtonWidget doneButton
      Mappings:
      Namespace Name Mixin selector
      named doneButton Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;doneButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_2762 Lnet/minecraft/class_463;field_2762:Lnet/minecraft/class_4185;
      official c Lgqt;c:Lggq;
    • cancelButton

      protected ButtonWidget cancelButton
      Mappings:
      Namespace Name Mixin selector
      named cancelButton Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;cancelButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_2753 Lnet/minecraft/class_463;field_2753:Lnet/minecraft/class_4185;
      official d Lgqt;d:Lggq;
    • toggleTrackingOutputButton

      protected CyclingButtonWidget<Boolean> toggleTrackingOutputButton
      Mappings:
      Namespace Name Mixin selector
      named toggleTrackingOutputButton Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;toggleTrackingOutputButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
      intermediary field_2760 Lnet/minecraft/class_463;field_2760:Lnet/minecraft/class_5676;
      official e Lgqt;e:Lggx;
    • commandSuggestor

      ChatInputSuggestor commandSuggestor
      Mappings:
      Namespace Name Mixin selector
      named commandSuggestor Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commandSuggestor:Lnet/minecraft/client/gui/screen/ChatInputSuggestor;
      intermediary field_21617 Lnet/minecraft/class_463;field_21617:Lnet/minecraft/class_4717;
      official v Lgqt;v:Lggt;
  • Constructor Details

    • AbstractCommandBlockScreen

      public AbstractCommandBlockScreen()
  • Method Details

    • tick

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

      abstract CommandBlockExecutor getCommandExecutor()
      Mappings:
      Namespace Name Mixin selector
      named getCommandExecutor Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;
      intermediary method_2351 Lnet/minecraft/class_463;method_2351()Lnet/minecraft/class_1918;
      official o Lgqt;o()Ldtm;
    • getTrackOutputButtonHeight

      abstract int getTrackOutputButtonHeight()
      Mappings:
      Namespace Name Mixin selector
      named getTrackOutputButtonHeight Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getTrackOutputButtonHeight()I
      intermediary method_2364 Lnet/minecraft/class_463;method_2364()I
      official p Lgqt;p()I
    • 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
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official bg_ Lgpn;bg_()V
    • addAdditionalButtons

      protected void addAdditionalButtons()
      Mappings:
      Namespace Name Mixin selector
      named addAdditionalButtons Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;addAdditionalButtons()V
      intermediary method_73426 Lnet/minecraft/class_463;method_73426()V
      official F Lgqt;F()V
    • setInitialFocus

      protected void setInitialFocus()
      This should be overridden with a call to Screen.setInitialFocus(Element) to set the element that is initially focused.
      Overrides:
      setInitialFocus in class Screen
      Mappings:
      Namespace Name Mixin selector
      named setInitialFocus Lnet/minecraft/client/gui/screen/Screen;setInitialFocus()V
      intermediary method_56131 Lnet/minecraft/class_437;method_56131()V
      official aI_ Lgpn;aI_()V
    • getUsageNarrationText

      protected Text getUsageNarrationText()
      Overrides:
      getUsageNarrationText in class Screen
      Mappings:
      Namespace Name Mixin selector
      named getUsageNarrationText Lnet/minecraft/client/gui/screen/Screen;getUsageNarrationText()Lnet/minecraft/text/Text;
      intermediary method_53870 Lnet/minecraft/class_437;method_53870()Lnet/minecraft/class_2561;
      official B Lgpn;B()Lym;
    • resize

      public void resize(int int2, int int3)
      Overrides:
      resize in class Screen
      Mappings:
      Namespace Name Mixin selector
      named resize Lnet/minecraft/client/gui/screen/Screen;resize(II)V
      intermediary method_25410 Lnet/minecraft/class_437;method_25410(II)V
      official a Lgpn;a(II)V
    • setPreviousOutputText

      protected void setPreviousOutputText(boolean trackOutput)
      Mappings:
      Namespace Name Mixin selector
      named setPreviousOutputText Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;setPreviousOutputText(Z)V
      intermediary method_32642 Lnet/minecraft/class_463;method_32642(Z)V
      official c Lgqt;c(Z)V
    • commitAndClose

      protected void commitAndClose()
      Mappings:
      Namespace Name Mixin selector
      named commitAndClose Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commitAndClose()V
      intermediary method_2359 Lnet/minecraft/class_463;method_2359()V
      official I Lgqt;I()V
    • syncSettingsToServer

      protected abstract void syncSettingsToServer()
      Mappings:
      Namespace Name Mixin selector
      named syncSettingsToServer Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer()V
      intermediary method_2352 Lnet/minecraft/class_463;method_2352()V
      official J Lgqt;J()V
    • onCommandChanged

      private void onCommandChanged(String text)
      Mappings:
      Namespace Name Mixin selector
      named onCommandChanged Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;onCommandChanged(Ljava/lang/String;)V
      intermediary method_2360 Lnet/minecraft/class_463;method_2360(Ljava/lang/String;)V
      official a Lgqt;a(Ljava/lang/String;)V
    • deferSubtitles

      public boolean deferSubtitles()
      Overrides:
      deferSubtitles in class Screen
      Mappings:
      Namespace Name Mixin selector
      named deferSubtitles Lnet/minecraft/client/gui/screen/Screen;deferSubtitles()Z
      intermediary method_73150 Lnet/minecraft/class_437;method_73150()Z
      official v Lgpn;v()Z
    • keyPressed

      public boolean keyPressed(KeyInput input)
      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
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(Lnet/minecraft/client/input/KeyInput;)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(Lnet/minecraft/class_11908;)Z
      official a Lgjy;a(Lgwl;)Z
    • mouseScrolled

      public boolean mouseScrolled(double mouseX, double mouseY, double horizontalAmount, double verticalAmount)
      Callback for when a mouse button scroll event has been captured.
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      horizontalAmount - the horizontal scroll amount
      verticalAmount - the vertical scroll amount
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named mouseScrolled Lnet/minecraft/client/gui/Element;mouseScrolled(DDDD)Z
      intermediary method_25401 Lnet/minecraft/class_364;method_25401(DDDD)Z
      official a Lgjy;a(DDDD)Z
    • mouseClicked

      public boolean mouseClicked(Click click, boolean doubled)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(Lnet/minecraft/client/gui/Click;Z)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(Lnet/minecraft/class_11909;Z)Z
      official a Lgjy;a(Lgwm;Z)Z
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float deltaTicks)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      official a Lghu;a(Lggd;IIF)V