Class AbstractCommandBlockScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Direct Known Subclasses:
CommandBlockScreen,MinecartCommandBlockScreen
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreenintermediary net/minecraft/class_463official giz
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ButtonWidgetprivate static final Text(package private) ChatInputSuggestorprotected TextFieldWidgetprotected ButtonWidgetprivate static final Textprotected TextFieldWidgetprivate static final Textprotected CyclingButtonWidget<Boolean> Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void(package private) abstract CommandBlockExecutor(package private) abstract intprotected Textprotected 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.booleanbooleanmouseClicked(double mouseX, double mouseY, int button, boolean bool) Callback for when a mouse button down event has been captured.booleanmouseScrolled(double mouseX, double mouseY, double horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.private voidonCommandChanged(String text) voidrender(DrawContext context, int mouseX, int mouseY, float deltaTicks) voidresize(MinecraftClient client, int width, int height) protected voidThis should be overridden with a call toScreen.setInitialFocus(Element)to set the element that is initially focused.protected voidsetPreviousOutputText(boolean trackOutput) protected abstract voidsyncSettingsToServer(CommandBlockExecutor commandExecutor) voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, close, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, method_72798, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, refreshWidgetPositions, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, setInitialFocus, setWidgetAlpha, shouldCloseOnEsc, shouldPause, showsStatusEffects, switchFocus, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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
getBorder, method_72784, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, setFocused
-
Field Details
-
SET_COMMAND_TEXT
- Mappings:
Namespace Name Mixin selector named SET_COMMAND_TEXTLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;SET_COMMAND_TEXT:Lnet/minecraft/text/Text;intermediary field_26556Lnet/minecraft/class_463;field_26556:Lnet/minecraft/class_2561;official fLgiz;f:Lxt;
-
COMMAND_TEXT
- Mappings:
Namespace Name Mixin selector named COMMAND_TEXTLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;COMMAND_TEXT:Lnet/minecraft/text/Text;intermediary field_26557Lnet/minecraft/class_463;field_26557:Lnet/minecraft/class_2561;official tLgiz;t:Lxt;
-
PREVIOUS_OUTPUT_TEXT
- Mappings:
Namespace Name Mixin selector named PREVIOUS_OUTPUT_TEXTLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;PREVIOUS_OUTPUT_TEXT:Lnet/minecraft/text/Text;intermediary field_26558Lnet/minecraft/class_463;field_26558:Lnet/minecraft/class_2561;official uLgiz;u:Lxt;
-
consoleCommandTextField
- Mappings:
Namespace Name Mixin selector named consoleCommandTextFieldLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;consoleCommandTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;intermediary field_2751Lnet/minecraft/class_463;field_2751:Lnet/minecraft/class_342;official aLgiz;a:Lfzo;
-
previousOutputTextField
- Mappings:
Namespace Name Mixin selector named previousOutputTextFieldLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;previousOutputTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;intermediary field_2755Lnet/minecraft/class_463;field_2755:Lnet/minecraft/class_342;official bLgiz;b:Lfzo;
-
doneButton
- Mappings:
Namespace Name Mixin selector named doneButtonLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;doneButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_2762Lnet/minecraft/class_463;field_2762:Lnet/minecraft/class_4185;official cLgiz;c:Lfzf;
-
cancelButton
- Mappings:
Namespace Name Mixin selector named cancelButtonLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;cancelButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_2753Lnet/minecraft/class_463;field_2753:Lnet/minecraft/class_4185;official dLgiz;d:Lfzf;
-
toggleTrackingOutputButton
- Mappings:
Namespace Name Mixin selector named toggleTrackingOutputButtonLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;toggleTrackingOutputButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;intermediary field_2760Lnet/minecraft/class_463;field_2760:Lnet/minecraft/class_5676;official eLgiz;e:Lfzm;
-
commandSuggestor
ChatInputSuggestor commandSuggestor- Mappings:
Namespace Name Mixin selector named commandSuggestorLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commandSuggestor:Lnet/minecraft/client/gui/screen/ChatInputSuggestor;intermediary field_21617Lnet/minecraft/class_463;field_21617:Lnet/minecraft/class_4717;official vLgiz;v:Lfzi;
-
-
Constructor Details
-
AbstractCommandBlockScreen
public AbstractCommandBlockScreen()
-
-
Method Details
-
tick
public void tick() -
getCommandExecutor
- Mappings:
Namespace Name Mixin selector named getCommandExecutorLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;intermediary method_2351Lnet/minecraft/class_463;method_2351()Lnet/minecraft/class_1918;official nLgiz;n()Ldmt;
-
getTrackOutputButtonHeight
abstract int getTrackOutputButtonHeight()- Mappings:
Namespace Name Mixin selector named getTrackOutputButtonHeightLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getTrackOutputButtonHeight()Iintermediary method_2364Lnet/minecraft/class_463;method_2364()Iofficial oLgiz;o()I
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
setInitialFocus
protected void setInitialFocus()This should be overridden with a call toScreen.setInitialFocus(Element)to set the element that is initially focused.- Overrides:
setInitialFocusin classScreen- Mappings:
Namespace Name Mixin selector named setInitialFocusLnet/minecraft/client/gui/screen/Screen;setInitialFocus()Vintermediary method_56131Lnet/minecraft/class_437;method_56131()Vofficial aJ_Lght;aJ_()V
-
getUsageNarrationText
- Overrides:
getUsageNarrationTextin classScreen- Mappings:
Namespace Name Mixin selector named getUsageNarrationTextLnet/minecraft/client/gui/screen/Screen;getUsageNarrationText()Lnet/minecraft/text/Text;intermediary method_53870Lnet/minecraft/class_437;method_53870()Lnet/minecraft/class_2561;official CLght;C()Lxt;
-
resize
-
setPreviousOutputText
protected void setPreviousOutputText(boolean trackOutput) - Mappings:
Namespace Name Mixin selector named setPreviousOutputTextLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;setPreviousOutputText(Z)Vintermediary method_32642Lnet/minecraft/class_463;method_32642(Z)Vofficial cLgiz;c(Z)V
-
commitAndClose
protected void commitAndClose()- Mappings:
Namespace Name Mixin selector named commitAndCloseLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commitAndClose()Vintermediary method_2359Lnet/minecraft/class_463;method_2359()Vofficial GLgiz;G()V
-
syncSettingsToServer
- Mappings:
Namespace Name Mixin selector named syncSettingsToServerLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer(Lnet/minecraft/world/CommandBlockExecutor;)Vintermediary method_2352Lnet/minecraft/class_463;method_2352(Lnet/minecraft/class_1918;)Vofficial aLgiz;a(Ldmt;)V
-
onCommandChanged
- Mappings:
Namespace Name Mixin selector named onCommandChangedLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;onCommandChanged(Ljava/lang/String;)Vintermediary method_2360Lnet/minecraft/class_463;method_2360(Ljava/lang/String;)Vofficial aLgiz;a(Ljava/lang/String;)V
-
method_73150
public boolean method_73150()- Overrides:
method_73150in classScreen- Mappings:
Namespace Name Mixin selector named method_73150Lnet/minecraft/client/gui/screen/Screen;method_73150()Zintermediary method_73150Lnet/minecraft/class_437;method_73150()Zofficial tLght;t()Z
-
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:
- Mappings:
Namespace Name Mixin selector named keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Zofficial aLgcl;a(III)Z
-
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousehorizontalAmount- the horizontal scroll amountverticalAmount- the vertical scroll amount- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseScrolledLnet/minecraft/client/gui/Element;mouseScrolled(DDDD)Zintermediary method_25401Lnet/minecraft/class_364;method_25401(DDDD)Zofficial aLgcl;a(DDDD)Z
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button, boolean bool) 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:
- Mappings:
Namespace Name Mixin selector named mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDIZ)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDIZ)Zofficial aLgcl;a(DDIZ)Z
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLgaj;a(Lfyt;IIF)V
-