Class AbstractCommandBlockScreen
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
- All Implemented Interfaces:
Drawable,Element,ParentElement,TickableElement
- Direct Known Subclasses:
CommandBlockScreen,MinecartCommandBlockScreen
@Environment(CLIENT) public abstract class AbstractCommandBlockScreen extends Screen
- Mappings:
Namespace Name official dvzintermediary net/minecraft/class_463named net/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen
-
Field Summary
Fields Modifier and Type Field Description protected ButtonWidgetcancelButtonprivate static TextCOMMAND_TEXTprivate CommandSuggestorcommandSuggestorprotected TextFieldWidgetconsoleCommandTextFieldprotected ButtonWidgetdoneButtonprivate static TextPREVIOUS_OUTPUT_TEXTprotected TextFieldWidgetpreviousOutputTextFieldprivate static TextSET_COMMAND_TEXTprotected CyclingButtonWidget<Boolean>toggleTrackingOutputButtonprotected booleantrackingOutputFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description AbstractCommandBlockScreen() -
Method Summary
Modifier and Type Method Description protected voidcommitAndClose()(package private) abstract CommandBlockExecutorgetCommandExecutor()(package private) abstract intgetTrackOutputButtonHeight()protected voidinit()Called when a screen should be initialized.booleankeyPressed(int keyCode, int scanCode, int modifiers)Callback for when a key down event has been captured.private voidmethod_32642(boolean bool)booleanmouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured.booleanmouseScrolled(double mouseX, double mouseY, double amount)Callback for when a mouse button scroll event has been captured.voidonClose()private voidonCommandChanged(String text)voidremoved()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)voidresize(MinecraftClient client, int width, int height)protected abstract voidsyncSettingsToServer(CommandBlockExecutor commandExecutor)voidtick()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, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
SET_COMMAND_TEXT
- Mappings:
Namespace Name Mixin selector official sLdvz;s:Loi;intermediary field_26556Lnet/minecraft/class_463;field_26556:Lnet/minecraft/class_2561;named SET_COMMAND_TEXTLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;SET_COMMAND_TEXT:Lnet/minecraft/text/Text;
-
COMMAND_TEXT
- Mappings:
Namespace Name Mixin selector official tLdvz;t:Loi;intermediary field_26557Lnet/minecraft/class_463;field_26557:Lnet/minecraft/class_2561;named COMMAND_TEXTLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;COMMAND_TEXT:Lnet/minecraft/text/Text;
-
PREVIOUS_OUTPUT_TEXT
- Mappings:
Namespace Name Mixin selector official uLdvz;u:Loi;intermediary field_26558Lnet/minecraft/class_463;field_26558:Lnet/minecraft/class_2561;named PREVIOUS_OUTPUT_TEXTLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;PREVIOUS_OUTPUT_TEXT:Lnet/minecraft/text/Text;
-
consoleCommandTextField
- Mappings:
Namespace Name Mixin selector official aLdvz;a:Ldsc;intermediary field_2751Lnet/minecraft/class_463;field_2751:Lnet/minecraft/class_342;named consoleCommandTextFieldLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;consoleCommandTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
previousOutputTextField
- Mappings:
Namespace Name Mixin selector official bLdvz;b:Ldsc;intermediary field_2755Lnet/minecraft/class_463;field_2755:Lnet/minecraft/class_342;named previousOutputTextFieldLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;previousOutputTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
doneButton
- Mappings:
Namespace Name Mixin selector official cLdvz;c:Ldru;intermediary field_2762Lnet/minecraft/class_463;field_2762:Lnet/minecraft/class_4185;named doneButtonLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;doneButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
cancelButton
- Mappings:
Namespace Name Mixin selector official pLdvz;p:Ldru;intermediary field_2753Lnet/minecraft/class_463;field_2753:Lnet/minecraft/class_4185;named cancelButtonLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;cancelButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
toggleTrackingOutputButton
- Mappings:
Namespace Name Mixin selector official qLdvz;q:Ldsa;intermediary field_2760Lnet/minecraft/class_463;field_2760:Lnet/minecraft/class_5676;named toggleTrackingOutputButtonLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;toggleTrackingOutputButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
-
trackingOutput
protected boolean trackingOutput- Mappings:
Namespace Name Mixin selector official rLdvz;r:Zintermediary field_2752Lnet/minecraft/class_463;field_2752:Znamed trackingOutputLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;trackingOutput:Z
-
commandSuggestor
- Mappings:
Namespace Name Mixin selector official vLdvz;v:Ldrx;intermediary field_21617Lnet/minecraft/class_463;field_21617:Lnet/minecraft/class_4717;named commandSuggestorLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commandSuggestor:Lnet/minecraft/client/gui/screen/CommandSuggestor;
-
-
Constructor Details
-
AbstractCommandBlockScreen
public AbstractCommandBlockScreen()
-
-
Method Details
-
tick
public void tick()- Specified by:
tickin interfaceTickableElement- Overrides:
tickin classScreen- Mappings:
Namespace Name Mixin selector official dLdsn;d()Vintermediary method_25393Lnet/minecraft/class_4893;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/TickableElement;tick()V
-
getCommandExecutor
- Mappings:
Namespace Name Mixin selector official hLdvz;h()Lbsv;intermediary method_2351Lnet/minecraft/class_463;method_2351()Lnet/minecraft/class_1918;named getCommandExecutorLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;
-
getTrackOutputButtonHeight
abstract int getTrackOutputButtonHeight()- Mappings:
Namespace Name Mixin selector official iLdvz;i()Iintermediary method_2364Lnet/minecraft/class_463;method_2364()Inamed getTrackOutputButtonHeightLnet/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.
-
resize
-
method_32642
private void method_32642(boolean bool)- Mappings:
Namespace Name Mixin selector official cLdvz;c(Z)Vintermediary method_32642Lnet/minecraft/class_463;method_32642(Z)Vnamed method_32642Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;method_32642(Z)V
-
commitAndClose
protected void commitAndClose()- Mappings:
Namespace Name Mixin selector official kLdvz;k()Vintermediary method_2359Lnet/minecraft/class_463;method_2359()Vnamed commitAndCloseLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commitAndClose()V
-
removed
public void removed() -
syncSettingsToServer
- Mappings:
Namespace Name Mixin selector official aLdvz;a(Lbsv;)Vintermediary method_2352Lnet/minecraft/class_463;method_2352(Lnet/minecraft/class_1918;)Vnamed syncSettingsToServerLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer(Lnet/minecraft/world/CommandBlockExecutor;)V
-
onClose
public void onClose() -
onCommandChanged
- Mappings:
Namespace Name Mixin selector official bLdvz;b(Ljava/lang/String;)Vintermediary method_2360Lnet/minecraft/class_463;method_2360(Ljava/lang/String;)Vnamed onCommandChangedLnet/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 inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Keyboard.onKey(long, int, int, int, int),GLFW.GLFW_KEY_Q,GLFWKeyCallbackI.invoke(long, int, int, int, int)- Mappings:
Namespace Name Mixin selector official aLdst;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/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 mousemouseY- the Y coordinate of the mouseamount- value is> 1if scrolled down,< 1if scrolled up- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Mouse.onMouseScroll(long, double, double)- Mappings:
Namespace Name Mixin selector official aLdst;a(DDD)Zintermediary method_25401Lnet/minecraft/class_364;method_25401(DDD)Znamed mouseScrolledLnet/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 inGLFWclass.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Mouse.onMouseButton(long, int, int, int),GLFW.GLFW_MOUSE_BUTTON_1- Mappings:
Namespace Name Mixin selector official aLdst;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLdsq;a(Ldlr;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-