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/AbstractCommandBlockScreen
intermediary net/minecraft/class_463
official foc
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprotected ButtonWidget
private static final Text
(package private) ChatInputSuggestor
protected TextFieldWidget
protected ButtonWidget
private static final Text
protected TextFieldWidget
private static final Text
protected CyclingButtonWidget
<Boolean> Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
(package private) abstract CommandBlockExecutor
(package private) abstract int
protected Text
protected void
init()
Called when a screen should be initialized.boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.boolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.boolean
mouseScrolled
(double mouseX, double mouseY, double horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.private void
onCommandChanged
(String text) void
render
(DrawContext context, int mouseX, int mouseY, float delta) void
renderBackground
(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.void
resize
(MinecraftClient client, int width, int height) protected void
protected void
setPreviousOutputText
(boolean trackOutput) protected abstract void
syncSettingsToServer
(CommandBlockExecutor commandExecutor) void
tick()
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
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.navigation.Navigable
getNavigationOrder
Methods 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_TEXT
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;SET_COMMAND_TEXT:Lnet/minecraft/text/Text;
intermediary field_26556
Lnet/minecraft/class_463;field_26556:Lnet/minecraft/class_2561;
official s
Lfoc;s:Lxp;
-
COMMAND_TEXT
- Mappings:
Namespace Name Mixin selector named COMMAND_TEXT
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;COMMAND_TEXT:Lnet/minecraft/text/Text;
intermediary field_26557
Lnet/minecraft/class_463;field_26557:Lnet/minecraft/class_2561;
official u
Lfoc;u:Lxp;
-
PREVIOUS_OUTPUT_TEXT
- Mappings:
Namespace Name Mixin selector named PREVIOUS_OUTPUT_TEXT
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;PREVIOUS_OUTPUT_TEXT:Lnet/minecraft/text/Text;
intermediary field_26558
Lnet/minecraft/class_463;field_26558:Lnet/minecraft/class_2561;
official v
Lfoc;v:Lxp;
-
consoleCommandTextField
- Mappings:
Namespace Name Mixin selector named consoleCommandTextField
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;consoleCommandTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
intermediary field_2751
Lnet/minecraft/class_463;field_2751:Lnet/minecraft/class_342;
official a
Lfoc;a:Lfhp;
-
previousOutputTextField
- Mappings:
Namespace Name Mixin selector named previousOutputTextField
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;previousOutputTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
intermediary field_2755
Lnet/minecraft/class_463;field_2755:Lnet/minecraft/class_342;
official b
Lfoc;b:Lfhp;
-
doneButton
- Mappings:
Namespace Name Mixin selector named doneButton
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;doneButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
intermediary field_2762
Lnet/minecraft/class_463;field_2762:Lnet/minecraft/class_4185;
official c
Lfoc;c:Lfhg;
-
cancelButton
- Mappings:
Namespace Name Mixin selector named cancelButton
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;cancelButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
intermediary field_2753
Lnet/minecraft/class_463;field_2753:Lnet/minecraft/class_4185;
official d
Lfoc;d:Lfhg;
-
toggleTrackingOutputButton
- Mappings:
Namespace Name Mixin selector named toggleTrackingOutputButton
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;toggleTrackingOutputButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
intermediary field_2760
Lnet/minecraft/class_463;field_2760:Lnet/minecraft/class_5676;
official r
Lfoc;r:Lfhn;
-
commandSuggestor
ChatInputSuggestor commandSuggestor- Mappings:
Namespace Name Mixin selector named commandSuggestor
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commandSuggestor:Lnet/minecraft/client/gui/screen/ChatInputSuggestor;
intermediary field_21617
Lnet/minecraft/class_463;field_21617:Lnet/minecraft/class_4717;
official w
Lfoc;w:Lfhj;
-
-
Constructor Details
-
AbstractCommandBlockScreen
public AbstractCommandBlockScreen()
-
-
Method Details
-
tick
public void tick() -
getCommandExecutor
- Mappings:
Namespace Name Mixin selector named getCommandExecutor
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;
intermediary method_2351
Lnet/minecraft/class_463;method_2351()Lnet/minecraft/class_1918;
official m
Lfoc;m()Ldbb;
-
getTrackOutputButtonHeight
abstract int getTrackOutputButtonHeight()- Mappings:
Namespace Name Mixin selector named getTrackOutputButtonHeight
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getTrackOutputButtonHeight()I
intermediary method_2364
Lnet/minecraft/class_463;method_2364()I
official E
Lfoc;E()I
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
setInitialFocus()
to set the element that is initially focused. -
setInitialFocus
protected void setInitialFocus()- Overrides:
setInitialFocus
in classScreen
- Mappings:
Namespace Name Mixin selector named setInitialFocus
Lnet/minecraft/client/gui/screen/Screen;setInitialFocus()V
intermediary method_56131
Lnet/minecraft/class_437;method_56131()V
official aB_
Lfnf;aB_()V
-
getUsageNarrationText
- Overrides:
getUsageNarrationText
in classScreen
- Mappings:
Namespace Name Mixin selector named getUsageNarrationText
Lnet/minecraft/client/gui/screen/Screen;getUsageNarrationText()Lnet/minecraft/text/Text;
intermediary method_53870
Lnet/minecraft/class_437;method_53870()Lnet/minecraft/class_2561;
official A
Lfnf;A()Lxp;
-
resize
-
setPreviousOutputText
protected void setPreviousOutputText(boolean trackOutput) - Mappings:
Namespace Name Mixin selector named setPreviousOutputText
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;setPreviousOutputText(Z)V
intermediary method_32642
Lnet/minecraft/class_463;method_32642(Z)V
official c
Lfoc;c(Z)V
-
commitAndClose
protected void commitAndClose()- Mappings:
Namespace Name Mixin selector named commitAndClose
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commitAndClose()V
intermediary method_2359
Lnet/minecraft/class_463;method_2359()V
official F
Lfoc;F()V
-
syncSettingsToServer
- Mappings:
Namespace Name Mixin selector named syncSettingsToServer
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer(Lnet/minecraft/world/CommandBlockExecutor;)V
intermediary method_2352
Lnet/minecraft/class_463;method_2352(Lnet/minecraft/class_1918;)V
official a
Lfoc;a(Ldbb;)V
-
onCommandChanged
- Mappings:
Namespace Name Mixin selector named onCommandChanged
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;onCommandChanged(Ljava/lang/String;)V
intermediary method_2360
Lnet/minecraft/class_463;method_2360(Ljava/lang/String;)V
official a
Lfoc;a(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 inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- 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:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
official a
Lfjc;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:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseScrolled
Lnet/minecraft/client/gui/Element;mouseScrolled(DDDD)Z
intermediary method_25401
Lnet/minecraft/class_364;method_25401(DDDD)Z
official a
Lfjc;a(DDDD)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 inGLFW
class.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
official a
Lfjc;a(DDI)Z
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;IIF)V
-
renderBackground
Renders the background of this screen.If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture.
- Overrides:
renderBackground
in classScreen
- Mappings:
Namespace Name Mixin selector named renderBackground
Lnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25420
Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_332;IIF)V
official b
Lfnf;b(Lfgt;IIF)V
-