Class CommandBlockScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
net.minecraft.client.gui.screen.ingame.CommandBlockScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,TickableElement
@Environment(CLIENT) public class CommandBlockScreen extends AbstractCommandBlockScreen
- Mappings:
Namespace Name official dwj
intermediary net/minecraft/class_477
named net/minecraft/client/gui/screen/ingame/CommandBlockScreen
-
Field Summary
Fields Modifier and Type Field Description private boolean
autoActivate
private CommandBlockBlockEntity
blockEntity
private boolean
conditional
private CyclingButtonWidget<Boolean>
conditionalModeButton
private CommandBlockBlockEntity.Type
mode
private CyclingButtonWidget<CommandBlockBlockEntity.Type>
modeButton
private CyclingButtonWidget<Boolean>
redstoneTriggerButton
Fields inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
cancelButton, consoleCommandTextField, doneButton, previousOutputTextField, toggleTrackingOutputButton, trackingOutput
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description CommandBlockScreen(CommandBlockBlockEntity blockEntity)
-
Method Summary
Modifier and Type Method Description (package private) CommandBlockExecutor
getCommandExecutor()
(package private) int
getTrackOutputButtonHeight()
protected void
init()
Called when a screen should be initialized.void
resize(MinecraftClient client, int width, int height)
private void
setButtonsActive(boolean active)
protected void
syncSettingsToServer(CommandBlockExecutor commandExecutor)
void
updateCommandBlock()
Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
commitAndClose, keyPressed, mouseClicked, mouseScrolled, onClose, removed, render, tick
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
blockEntity
- Mappings:
Namespace Name Mixin selector official s
Ldwj;s:Lcfy;
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 t
Ldwj;t:Ldsa;
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
- Mappings:
Namespace Name Mixin selector official u
Ldwj;u:Ldsa;
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
- Mappings:
Namespace Name Mixin selector official v
Ldwj;v:Ldsa;
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 w
Ldwj;w:Lcfy$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 x
Ldwj;x: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 y
Ldwj;y: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
- Mappings:
Namespace Name Mixin selector official <init>
Ldwj;<init>(Lcfy;)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 classAbstractCommandBlockScreen
- 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 classAbstractCommandBlockScreen
- 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 classAbstractCommandBlockScreen
- 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
-
setButtonsActive
private void setButtonsActive(boolean active)- Mappings:
Namespace Name Mixin selector official c
Ldwj;c(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 l
Ldwj;l()V
intermediary method_2457
Lnet/minecraft/class_477;method_2457()V
named updateCommandBlock
Lnet/minecraft/client/gui/screen/ingame/CommandBlockScreen;updateCommandBlock()V
-
resize
- Overrides:
resize
in classAbstractCommandBlockScreen
- Mappings:
Namespace Name Mixin selector official a
Ldve;a(Ldqk;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
- Specified by:
syncSettingsToServer
in classAbstractCommandBlockScreen
- 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
-