Class MinecartCommandBlockScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

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

    • commandExecutor

      private final CommandBlockExecutor commandExecutor
      Mappings:
      Namespace Name Mixin selector
      official s Ldxd;s:Lbsv;
      intermediary field_2976 Lnet/minecraft/class_496;field_2976:Lnet/minecraft/class_1918;
      named commandExecutor Lnet/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen;commandExecutor:Lnet/minecraft/world/CommandBlockExecutor;
  • Constructor Details

    • MinecartCommandBlockScreen

      public MinecartCommandBlockScreen​(CommandBlockExecutor commandExecutor)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldxd;<init>(Lbsv;)V
      intermediary <init> Lnet/minecraft/class_496;<init>(Lnet/minecraft/class_1918;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen;<init>(Lnet/minecraft/world/CommandBlockExecutor;)V
  • Method Details

    • getCommandExecutor

      public CommandBlockExecutor getCommandExecutor()
      Specified by:
      getCommandExecutor in class AbstractCommandBlockScreen
      Mappings:
      Namespace Name Mixin selector
      official h Ldvz;h()Lbsv;
      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 i Ldvz;i()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 Ldve;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • syncSettingsToServer

      protected void syncSettingsToServer​(CommandBlockExecutor commandExecutor)
      Specified by:
      syncSettingsToServer in class AbstractCommandBlockScreen
      Mappings:
      Namespace Name Mixin selector
      official a Ldvz;a(Lbsv;)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