Class AbstractCommandBlockScreen

All Implemented Interfaces:
Drawable, Element, ParentElement
Direct Known Subclasses:
CommandBlockScreen, MinecartCommandBlockScreen

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

    • SET_COMMAND_TEXT

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

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

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

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

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

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

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

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

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

    • AbstractCommandBlockScreen

      public AbstractCommandBlockScreen()
  • Method Details

    • tick

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

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

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

      public void resize(MinecraftClient client, int width, int height)
      Overrides:
      resize in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lepb;a(Lejf;II)V
      intermediary method_25410 Lnet/minecraft/class_437;method_25410(Lnet/minecraft/class_310;II)V
      named resize Lnet/minecraft/client/gui/screen/Screen;resize(Lnet/minecraft/client/MinecraftClient;II)V
    • setPreviousOutputText

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

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

      protected abstract void syncSettingsToServer(CommandBlockExecutor commandExecutor)
      Mappings:
      Namespace Name Mixin selector
      official a Lepy;a(Lcix;)V
      intermediary method_2352 Lnet/minecraft/class_463;method_2352(Lnet/minecraft/class_1918;)V
      named syncSettingsToServer Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer(Lnet/minecraft/world/CommandBlockExecutor;)V
    • onCommandChanged

      private void onCommandChanged(String text)
      Mappings:
      Namespace Name Mixin selector
      official a Lepy;a(Ljava/lang/String;)V
      intermediary method_2360 Lnet/minecraft/class_463;method_2360(Ljava/lang/String;)V
      named onCommandChanged Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;onCommandChanged(Ljava/lang/String;)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 Lemg;a(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z
    • mouseScrolled

      public boolean mouseScrolled(double mouseX, double mouseY, double amount)
      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
      amount - value is < 0 if scrolled down, > 0 if scrolled up
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lemg;a(DDD)Z
      intermediary method_25401 Lnet/minecraft/class_364;method_25401(DDD)Z
      named mouseScrolled Lnet/minecraft/client/gui/Element;mouseScrolled(DDD)Z
    • 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.
      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 Lemg;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)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 Lely;a(Leed;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