net.minecraft.client.gui.screens.inventory

public abstract class AbstractCommandBlockEditScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

gdb
net.minecraft.client.gui.screens.inventory.AbstractCommandBlockEditScreen
net.minecraft.class_463

Field summary

Modifier and TypeField
private static final Component
v
SET_COMMAND_LABEL
field_26556
private static final Component
w
COMMAND_LABEL
field_26557
private static final Component
x
PREVIOUS_OUTPUT_LABEL
field_26558
protected EditBox
a
commandEdit
field_2751
protected EditBox
b
previousEdit
field_2755
protected Button
c
doneButton
field_2762
protected Button
d
cancelButton
field_2753
protected CycleButton<Boolean>
u
outputButton
field_2760
CommandSuggestions
y
commandSuggestions
field_21617

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
e()
tick()
method_25393()
abstract BaseCommandBlock
l()
getCommandBlock()
method_2351()
abstract int
m()
getPreviousY()
method_2364()
protected void
aR_()
init()
method_25426()
protected void
aD_()
setInitialFocus()
method_56131()
protected Component
A()
getUsageNarration()
method_53870()
public void
a(fsg arg0, int arg1, int arg2)
resize(Minecraft arg0, int arg1, int arg2)
method_25410(class_310 arg0, int arg1, int arg2)
protected void
c(boolean arg0)
updatePreviousOutput(boolean arg0)
method_32642(boolean arg0)
protected void
n()
onDone()
method_2359()
protected abstract void
a(djy arg0)
populateAndSendPacket(BaseCommandBlock arg0)
method_2352(class_1918 arg0)
private void
a(String arg0)
onEdited(String arg0)
method_2360(String arg0)
public boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(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)
public boolean
a(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
method_25402(double arg0, double arg1, int arg2)
public void
a(fvb 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)
public void
b(fvb 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)