Package net.minecraft.client.gui.screen
Class CommandBlockScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.CommandBlockScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official byvintermediary net/minecraft/class_1328named net/minecraft/client/gui/screen/CommandBlockScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ButtonWidgetprivate ButtonWidgetprivate final CommandBlockExecutorprivate TextFieldWidgetprivate static final Loggerprivate TextFieldWidgetprivate booleanprivate ButtonWidgetFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) voidinit()protected voidkeyPressed(char character, int code) protected voidmouseClicked(int mouseX, int mouseY, int button) voidremoved()voidrender(int mouseX, int mouseY, float tickDelta) voidtick()private voidMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, mouseDragged, mouseReleased, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, shouldPauseGameMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLbyv;a:Lorg/apache/logging/log4j/Logger;intermediary field_7817Lnet/minecraft/class_1328;field_7817:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/gui/screen/CommandBlockScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
-
input
- Mappings:
Namespace Name Mixin selector official fLbyv;f:Lbul;intermediary field_5118Lnet/minecraft/class_1328;field_5118:Lnet/minecraft/class_367;named inputLnet/minecraft/client/gui/screen/CommandBlockScreen;input:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
output
- Mappings:
Namespace Name Mixin selector official gLbyv;g:Lbul;intermediary field_7818Lnet/minecraft/class_1328;field_7818:Lnet/minecraft/class_367;named outputLnet/minecraft/client/gui/screen/CommandBlockScreen;output:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
executor
- Mappings:
Namespace Name Mixin selector official hLbyv;h:Laqf;intermediary field_7819Lnet/minecraft/class_1328;field_7819:Lnet/minecraft/class_1740;named executorLnet/minecraft/client/gui/screen/CommandBlockScreen;executor:Lnet/minecraft/world/CommandBlockExecutor;
-
doneButton
- Mappings:
Namespace Name Mixin selector official iLbyv;i:Lbug;intermediary field_5726Lnet/minecraft/class_1328;field_5726:Lnet/minecraft/class_356;named doneButtonLnet/minecraft/client/gui/screen/CommandBlockScreen;doneButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
cancelButton
- Mappings:
Namespace Name Mixin selector official rLbyv;r:Lbug;intermediary field_5727Lnet/minecraft/class_1328;field_5727:Lnet/minecraft/class_356;named cancelButtonLnet/minecraft/client/gui/screen/CommandBlockScreen;cancelButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
trackingOutputToggleButton
- Mappings:
Namespace Name Mixin selector official sLbyv;s:Lbug;intermediary field_10478Lnet/minecraft/class_1328;field_10478:Lnet/minecraft/class_356;named trackingOutputToggleButtonLnet/minecraft/client/gui/screen/CommandBlockScreen;trackingOutputToggleButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
trackingOutput
private boolean trackingOutput- Mappings:
Namespace Name Mixin selector official tLbyv;t:Zintermediary field_10479Lnet/minecraft/class_1328;field_10479:Znamed trackingOutputLnet/minecraft/client/gui/screen/CommandBlockScreen;trackingOutput:Z
-
-
Constructor Details
-
CommandBlockScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbyv;<init>(Laqf;)Vintermediary <init>Lnet/minecraft/class_1328;<init>(Lnet/minecraft/class_1740;)Vnamed <init>Lnet/minecraft/client/gui/screen/CommandBlockScreen;<init>(Lnet/minecraft/world/CommandBlockExecutor;)V
-
-
Method Details
-
tick
public void tick() -
init
public void init() -
removed
public void removed() -
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLbxf;a(Lbug;)Vintermediary method_1027Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
keyPressed
protected void keyPressed(char character, int code) - Overrides:
keyPressedin classScreen- Mappings:
Namespace Name Mixin selector official aLbxf;a(CI)Vintermediary method_1024Lnet/minecraft/class_388;method_1024(CI)Vnamed keyPressedLnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
-
mouseClicked
protected void mouseClicked(int mouseX, int mouseY, int button) - Overrides:
mouseClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLbxf;a(III)Vintermediary method_1026Lnet/minecraft/class_388;method_1026(III)Vnamed mouseClickedLnet/minecraft/client/gui/screen/Screen;mouseClicked(III)V
-
render
public void render(int mouseX, int mouseY, float tickDelta) -
updateButtonTexts
private void updateButtonTexts()- Mappings:
Namespace Name Mixin selector official aLbyv;a()Vintermediary method_9601Lnet/minecraft/class_1328;method_9601()Vnamed updateButtonTextsLnet/minecraft/client/gui/screen/CommandBlockScreen;updateButtonTexts()V
-