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 gnp
-
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 voidprotected voidboolean(package private) abstract CommandBlockExecutor(package private) abstract intprotected Textprotected voidinit()Called when a screen should be initialized.booleankeyPressed(KeyInput input) Callback for when a key down event has been captured.booleanmouseClicked(Click click, boolean doubled) 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, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, close, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, 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, isClickable, 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 fLgnp;f:Lxx;
-
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 tLgnp;t:Lxx;
-
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 uLgnp;u:Lxx;
-
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 aLgnp;a:Lgdy;
-
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 bLgnp;b:Lgdy;
-
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 cLgnp;c:Lgdp;
-
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 dLgnp;d:Lgdp;
-
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 eLgnp;e:Lgdw;
-
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 vLgnp;v:Lgds;
-
-
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 oLgnp;o()Ldqp;
-
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 pLgnp;p()I
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
addAdditionalButtons
protected void addAdditionalButtons()- Mappings:
Namespace Name Mixin selector named addAdditionalButtonsLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;addAdditionalButtons()Vintermediary method_73426Lnet/minecraft/class_463;method_73426()Vofficial HLgnp;H()V
-
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 aI_Lgmj;aI_()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 BLgmj;B()Lxx;
-
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 cLgnp;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 ILgnp;I()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 aLgnp;a(Ldqp;)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 aLgnp;a(Ljava/lang/String;)V
-
deferSubtitles
public boolean deferSubtitles()- Overrides:
deferSubtitlesin classScreen- Mappings:
Namespace Name Mixin selector named deferSubtitlesLnet/minecraft/client/gui/screen/Screen;deferSubtitles()Zintermediary method_73150Lnet/minecraft/class_437;method_73150()Zofficial vLgmj;v()Z
-
keyPressed
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- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named keyPressedLnet/minecraft/client/gui/Element;keyPressed(Lnet/minecraft/client/input/KeyInput;)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(Lnet/minecraft/class_11908;)Zofficial aLggw;a(Lgth;)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 aLggw;a(DDDD)Z
-
mouseClicked
Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(Lnet/minecraft/client/gui/Click;Z)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(Lnet/minecraft/class_11909;Z)Zofficial aLggw;a(Lgti;Z)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 aLget;a(Lgdd;IIF)V
-