net.minecraft.client.gui.screens.inventory

public abstract class AbstractCommandBlockEditScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

fum
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
u
SET_COMMAND_LABEL
field_26556
SET_COMMAND_TEXT
private static final Component
v
COMMAND_LABEL
field_26557
COMMAND_TEXT
private static final Component
w
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>
s
outputButton
field_2760
toggleTrackingOutputButton
CommandSuggestions
x
commandSuggestions
field_21617
commandSuggestor

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
e()
tick()
method_25393()
tick()
abstract BaseCommandBlock
l()
getCommandBlock()
method_2351()
getCommandExecutor()
abstract int
E()
getPreviousY()
method_2364()
getTrackOutputButtonHeight()
protected void
aT_()
init()
method_25426()
init()
protected void
aG_()
setInitialFocus()
method_56131()
setInitialFocus()
protected Component
z()
getUsageNarration()
method_53870()
getUsageNarrationText()
public void
a(fmg arg0, int arg1, int arg2)
resize(Minecraft arg0, int arg1, int arg2)
method_25410(class_310 arg0, int arg1, int arg2)
resize(MinecraftClient arg0, int arg1, int arg2)
protected void
c(boolean arg0)
updatePreviousOutput(boolean arg0)
method_32642(boolean arg0)
setPreviousOutputText(boolean trackOutput)
protected void
F()
onDone()
method_2359()
commitAndClose()
protected abstract void
a(dgi arg0)
populateAndSendPacket(BaseCommandBlock arg0)
method_2352(class_1918 arg0)
syncSettingsToServer(CommandBlockExecutor commandExecutor)
private void
a(String arg0)
onEdited(String arg0)
method_2360(String arg0)
onCommandChanged(String text)
public boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
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(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
method_25402(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
public void
a(fns 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)
public void
b(fns arg0, int arg1, int arg2, float arg3)
renderBackground(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25420(class_332 arg0, int arg1, int arg2, float arg3)
renderBackground(DrawContext arg0, int arg1, int arg2, float arg3)