net.minecraft.client.gui.screens.inventory

public abstract class AbstractCommandBlockEditScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

grz
net.minecraft.client.gui.screens.inventory.AbstractCommandBlockEditScreen
net.minecraft.class_463
net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen

Field summary

Modifier and TypeField
private static final Component
f
SET_COMMAND_LABEL
field_26556
SET_COMMAND_TEXT
private static final Component
t
COMMAND_LABEL
field_26557
COMMAND_TEXT
private static final Component
u
PREVIOUS_OUTPUT_LABEL
field_26558
PREVIOUS_OUTPUT_TEXT
protected EditBox
a
commandEdit
field_2751
consoleCommandTextField
protected EditBox
b
previousEdit
field_2755
previousOutputTextField
protected Button
c
doneButton
field_2762
doneButton
protected Button
d
cancelButton
field_2753
cancelButton
protected CycleButton<Boolean>
e
outputButton
field_2760
toggleTrackingOutputButton
CommandSuggestions
v
commandSuggestions
field_21617
commandSuggestor

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
e()
tick()
method_25393()
tick()
abstract BaseCommandBlock
o()
getCommandBlock()
method_2351()
getCommandExecutor()
abstract int
p()
getPreviousY()
method_2364()
getTrackOutputButtonHeight()
protected void
bf_()
init()
method_25426()
init()
protected void
F()
addExtraControls()
method_73426()
addAdditionalButtons()
protected void
aH_()
setInitialFocus()
method_56131()
setInitialFocus()
protected Component
B()
getUsageNarration()
method_53870()
getUsageNarrationText()
public void
a(int arg0, int arg1)
resize(int arg0, int arg1)
method_25410(int arg0, int arg1)
resize(int arg0, int arg1)
protected void
c(boolean arg0)
updatePreviousOutput(boolean arg0)
method_32642(boolean arg0)
setPreviousOutputText(boolean trackOutput)
protected void
I()
onDone()
method_2359()
commitAndClose()
protected abstract void
J()
populateAndSendPacket()
method_2352()
syncSettingsToServer()
private void
a(String arg0)
onEdited(String arg0)
method_2360(String arg0)
onCommandChanged(String text)
public boolean
v()
isInGameUi()
method_73150()
deferSubtitles()
public boolean
a(gxr arg0)
keyPressed(KeyEvent arg0)
method_25404(class_11908 arg0)
keyPressed(KeyInput arg0)
public boolean
a(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
method_25401(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
public boolean
a(gxs arg0, boolean arg1)
mouseClicked(MouseButtonEvent arg0, boolean arg1)
method_25402(class_11909 arg0, boolean arg1)
mouseClicked(Click arg0, boolean arg1)
public void
a(ghi arg0, int arg1, int arg2, float arg3)
render(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)