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 dvz
intermediary net/minecraft/class_463
named net/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen
-
Field Summary
Fields Modifier and Type Field Description protected ButtonWidget
cancelButton
private static Text
COMMAND_TEXT
private CommandSuggestor
commandSuggestor
protected TextFieldWidget
consoleCommandTextField
protected ButtonWidget
doneButton
private static Text
PREVIOUS_OUTPUT_TEXT
protected TextFieldWidget
previousOutputTextField
private static Text
SET_COMMAND_TEXT
protected CyclingButtonWidget<Boolean>
toggleTrackingOutputButton
protected boolean
trackingOutput
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
Fields 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 void
commitAndClose()
(package private) abstract CommandBlockExecutor
getCommandExecutor()
(package private) abstract int
getTrackOutputButtonHeight()
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.private void
method_32642(boolean bool)
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 amount)
Callback for when a mouse button scroll event has been captured.void
onClose()
private void
onCommandChanged(String text)
void
removed()
void
render(MatrixStack matrices, int mouseX, int mouseY, float delta)
void
resize(MinecraftClient client, int width, int height)
protected abstract void
syncSettingsToServer(CommandBlockExecutor commandExecutor)
void
tick()
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, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods 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, setZOffset
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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
SET_COMMAND_TEXT
- Mappings:
Namespace Name Mixin selector official s
Ldvz;s:Loi;
intermediary field_26556
Lnet/minecraft/class_463;field_26556:Lnet/minecraft/class_2561;
named SET_COMMAND_TEXT
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;SET_COMMAND_TEXT:Lnet/minecraft/text/Text;
-
COMMAND_TEXT
- Mappings:
Namespace Name Mixin selector official t
Ldvz;t:Loi;
intermediary field_26557
Lnet/minecraft/class_463;field_26557:Lnet/minecraft/class_2561;
named COMMAND_TEXT
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;COMMAND_TEXT:Lnet/minecraft/text/Text;
-
PREVIOUS_OUTPUT_TEXT
- Mappings:
Namespace Name Mixin selector official u
Ldvz;u:Loi;
intermediary field_26558
Lnet/minecraft/class_463;field_26558:Lnet/minecraft/class_2561;
named PREVIOUS_OUTPUT_TEXT
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;PREVIOUS_OUTPUT_TEXT:Lnet/minecraft/text/Text;
-
consoleCommandTextField
- Mappings:
Namespace Name Mixin selector official a
Ldvz;a:Ldsc;
intermediary field_2751
Lnet/minecraft/class_463;field_2751:Lnet/minecraft/class_342;
named consoleCommandTextField
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;consoleCommandTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
previousOutputTextField
- Mappings:
Namespace Name Mixin selector official b
Ldvz;b:Ldsc;
intermediary field_2755
Lnet/minecraft/class_463;field_2755:Lnet/minecraft/class_342;
named previousOutputTextField
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;previousOutputTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
doneButton
- Mappings:
Namespace Name Mixin selector official c
Ldvz;c:Ldru;
intermediary field_2762
Lnet/minecraft/class_463;field_2762:Lnet/minecraft/class_4185;
named doneButton
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;doneButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
cancelButton
- Mappings:
Namespace Name Mixin selector official p
Ldvz;p:Ldru;
intermediary field_2753
Lnet/minecraft/class_463;field_2753:Lnet/minecraft/class_4185;
named cancelButton
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;cancelButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
toggleTrackingOutputButton
- Mappings:
Namespace Name Mixin selector official q
Ldvz;q:Ldsa;
intermediary field_2760
Lnet/minecraft/class_463;field_2760:Lnet/minecraft/class_5676;
named toggleTrackingOutputButton
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;toggleTrackingOutputButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
-
trackingOutput
protected boolean trackingOutput- Mappings:
Namespace Name Mixin selector official r
Ldvz;r:Z
intermediary field_2752
Lnet/minecraft/class_463;field_2752:Z
named trackingOutput
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;trackingOutput:Z
-
commandSuggestor
- Mappings:
Namespace Name Mixin selector official v
Ldvz;v:Ldrx;
intermediary field_21617
Lnet/minecraft/class_463;field_21617:Lnet/minecraft/class_4717;
named commandSuggestor
Lnet/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:
tick
in interfaceTickableElement
- Overrides:
tick
in classScreen
- Mappings:
Namespace Name Mixin selector official d
Ldsn;d()V
intermediary method_25393
Lnet/minecraft/class_4893;method_25393()V
named tick
Lnet/minecraft/client/gui/screen/TickableElement;tick()V
-
getCommandExecutor
- Mappings:
Namespace Name Mixin selector official h
Ldvz;h()Lbsv;
intermediary method_2351
Lnet/minecraft/class_463;method_2351()Lnet/minecraft/class_1918;
named getCommandExecutor
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;
-
getTrackOutputButtonHeight
abstract int getTrackOutputButtonHeight()- Mappings:
Namespace Name Mixin selector official i
Ldvz;i()I
intermediary method_2364
Lnet/minecraft/class_463;method_2364()I
named getTrackOutputButtonHeight
Lnet/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 c
Ldvz;c(Z)V
intermediary method_32642
Lnet/minecraft/class_463;method_32642(Z)V
named method_32642
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;method_32642(Z)V
-
commitAndClose
protected void commitAndClose()- Mappings:
Namespace Name Mixin selector official k
Ldvz;k()V
intermediary method_2359
Lnet/minecraft/class_463;method_2359()V
named commitAndClose
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;commitAndClose()V
-
removed
public void removed() -
syncSettingsToServer
- Mappings:
Namespace Name Mixin selector official a
Ldvz;a(Lbsv;)V
intermediary method_2352
Lnet/minecraft/class_463;method_2352(Lnet/minecraft/class_1918;)V
named syncSettingsToServer
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer(Lnet/minecraft/world/CommandBlockExecutor;)V
-
onClose
public void onClose() -
onCommandChanged
- Mappings:
Namespace Name Mixin selector official b
Ldvz;b(Ljava/lang/String;)V
intermediary method_2360
Lnet/minecraft/class_463;method_2360(Ljava/lang/String;)V
named onCommandChanged
Lnet/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 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:
Keyboard.onKey(long, int, int, int, int)
,GLFW.GLFW_KEY_Q
,GLFWKeyCallbackI.invoke(long, int, int, int, int)
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/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> 1
if scrolled down,< 1
if scrolled up- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Mouse.onMouseScroll(long, double, double)
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(DDD)Z
intermediary method_25401
Lnet/minecraft/class_364;method_25401(DDD)Z
named mouseScrolled
Lnet/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 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:
Mouse.onMouseButton(long, int, int, int)
,GLFW.GLFW_MOUSE_BUTTON_1
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldsq;a(Ldlr;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-