Class CommandBlockScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class CommandBlockScreen extends AbstractCommandBlockScreen
Mappings:
Namespace Name
official eqj
intermediary net/minecraft/class_477
named net/minecraft/client/gui/screen/ingame/CommandBlockScreen
  • Field Details

    • blockEntity

      private final CommandBlockBlockEntity blockEntity
      Mappings:
      Namespace Name Mixin selector
      official p Leqj;p:Lcwt;
      intermediary field_2865 Lnet/minecraft/class_477;field_2865:Lnet/minecraft/class_2593;
      named blockEntity Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;blockEntity:Lnet/minecraft/block/entity/CommandBlockBlockEntity;
    • modeButton

      Mappings:
      Namespace Name Mixin selector
      official q Leqj;q:Lelf;
      intermediary field_2869 Lnet/minecraft/class_477;field_2869:Lnet/minecraft/class_5676;
      named modeButton Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;modeButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
    • conditionalModeButton

      private CyclingButtonWidget<Boolean> conditionalModeButton
      Mappings:
      Namespace Name Mixin selector
      official r Leqj;r:Lelf;
      intermediary field_2871 Lnet/minecraft/class_477;field_2871:Lnet/minecraft/class_5676;
      named conditionalModeButton Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;conditionalModeButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
    • redstoneTriggerButton

      private CyclingButtonWidget<Boolean> redstoneTriggerButton
      Mappings:
      Namespace Name Mixin selector
      official s Leqj;s:Lelf;
      intermediary field_2866 Lnet/minecraft/class_477;field_2866:Lnet/minecraft/class_5676;
      named redstoneTriggerButton Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;redstoneTriggerButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
    • mode

      Mappings:
      Namespace Name Mixin selector
      official t Leqj;t:Lcwt$a;
      intermediary field_2870 Lnet/minecraft/class_477;field_2870:Lnet/minecraft/class_2593$class_2594;
      named mode Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;mode:Lnet/minecraft/block/entity/CommandBlockBlockEntity$Type;
    • conditional

      private boolean conditional
      Mappings:
      Namespace Name Mixin selector
      official u Leqj;u:Z
      intermediary field_2868 Lnet/minecraft/class_477;field_2868:Z
      named conditional Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;conditional:Z
    • autoActivate

      private boolean autoActivate
      Mappings:
      Namespace Name Mixin selector
      official v Leqj;v:Z
      intermediary field_2867 Lnet/minecraft/class_477;field_2867:Z
      named autoActivate Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;autoActivate:Z
  • Constructor Details

    • CommandBlockScreen

      public CommandBlockScreen(CommandBlockBlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leqj;<init>(Lcwt;)V
      intermediary <init> Lnet/minecraft/class_477;<init>(Lnet/minecraft/class_2593;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;<init>(Lnet/minecraft/block/entity/CommandBlockBlockEntity;)V
  • Method Details

    • getCommandExecutor

      CommandBlockExecutor getCommandExecutor()
      Specified by:
      getCommandExecutor in class AbstractCommandBlockScreen
      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

      int getTrackOutputButtonHeight()
      Specified by:
      getTrackOutputButtonHeight in class AbstractCommandBlockScreen
      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 AbstractCommandBlockScreen
      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
    • setButtonsActive

      private void setButtonsActive(boolean active)
      Mappings:
      Namespace Name Mixin selector
      official e Leqj;e(Z)V
      intermediary method_32647 Lnet/minecraft/class_477;method_32647(Z)V
      named setButtonsActive Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;setButtonsActive(Z)V
    • updateCommandBlock

      public void updateCommandBlock()
      Mappings:
      Namespace Name Mixin selector
      official y Leqj;y()V
      intermediary method_2457 Lnet/minecraft/class_477;method_2457()V
      named updateCommandBlock Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;updateCommandBlock()V
    • resize

      public void resize(MinecraftClient client, int width, int height)
      Overrides:
      resize in class AbstractCommandBlockScreen
      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
    • syncSettingsToServer

      protected void syncSettingsToServer(CommandBlockExecutor commandExecutor)
      Specified by:
      syncSettingsToServer in class AbstractCommandBlockScreen
      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