Package net.minecraft.client.gui.screen
Class AbstractCommandBlockScreen
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.AbstractCommandBlockScreen
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler,IRenderable,IScreen
- Direct Known Subclasses:
CommandBlockScreen,EditMinecartCommandBlockScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Buttonprivate static final ITextComponentprotected TextFieldWidgetprivate CommandSuggestionHelperprotected Buttonprotected Buttonprivate static final ITextComponentprotected TextFieldWidgetprivate static final ITextComponentprotected booleanFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthFields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract CommandBlockLogic(package private) abstract intprotected voidinit()booleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) booleanmouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_) booleanmouseScrolled(double p_231043_1_, double p_231043_3_, double p_231043_5_) voidonClose()protected voidonDone()private voidprotected abstract voidpopulateAndSendPacket(CommandBlockLogic p_195235_1_) voidremoved()voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_) voidvoidtick()protected voidMethods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
SET_COMMAND_LABEL
-
COMMAND_LABEL
-
PREVIOUS_OUTPUT_LABEL
-
commandEdit
-
previousEdit
-
doneButton
-
cancelButton
-
outputButton
-
trackOutput
protected boolean trackOutput -
commandSuggestions
-
-
Constructor Details
-
AbstractCommandBlockScreen
public AbstractCommandBlockScreen()
-
-
Method Details
-
tick
public void tick() -
getCommandBlock
-
getPreviousY
abstract int getPreviousY() -
init
protected void init() -
resize
-
updateCommandOutput
protected void updateCommandOutput() -
onDone
protected void onDone() -
removed
public void removed() -
populateAndSendPacket
-
onClose
public void onClose() -
onEdited
-
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) - Specified by:
keyPressedin interfaceIGuiEventListener- Specified by:
keyPressedin interfaceINestedGuiEventHandler- Overrides:
keyPressedin classScreen
-
mouseScrolled
public boolean mouseScrolled(double p_231043_1_, double p_231043_3_, double p_231043_5_) -
mouseClicked
public boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_) -
render
- Specified by:
renderin interfaceIRenderable- Overrides:
renderin classScreen
-