net.minecraft.client.gui.screens.inventory

public abstract class AbstractCommandBlockEditScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, Widget

ebl
net.minecraft.client.gui.screens.inventory.AbstractCommandBlockEditScreen
net.minecraft.class_463
net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
net.minecraft.src.C_3622_

Field summary

Modifier and TypeField
private static final Component
p
SET_COMMAND_LABEL
field_26556
SET_COMMAND_TEXT
f_97652_
private static final Component
q
COMMAND_LABEL
field_26557
COMMAND_TEXT
f_97653_
private static final Component
r
PREVIOUS_OUTPUT_LABEL
field_26558
PREVIOUS_OUTPUT_TEXT
f_97654_
protected EditBox
a
commandEdit
field_2751
consoleCommandTextField
f_97646_
protected EditBox
b
previousEdit
field_2755
previousOutputTextField
f_97647_
protected Button
c
doneButton
field_2762
doneButton
f_97648_
protected Button
n
cancelButton
field_2753
cancelButton
f_97649_
protected CycleButton<Boolean>
o
outputButton
field_2760
toggleTrackingOutputButton
f_97650_
CommandSuggestions
s
commandSuggestions
field_21617
commandSuggestor
f_97655_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
d()
tick()
method_25393()
tick()
m_96624_()
abstract BaseCommandBlock
h()
getCommandBlock()
method_2351()
getCommandExecutor()
m_6556_()
abstract int
u()
getPreviousY()
method_2364()
getTrackOutputButtonHeight()
m_7821_()
protected void
b()
init()
method_25426()
init()
m_7856_()
public void
a(dvo 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)
m_6574_(C_3391_ p_97678_, int p_97679_, int arg2)
protected void
c(boolean arg0)
updatePreviousOutput(boolean arg0)
method_32642(boolean arg0)
setPreviousOutputText(boolean trackOutput)
m_169598_(boolean arg0)
protected void
w()
onDone()
method_2359()
commitAndClose()
m_97695_()
public void
e()
removed()
method_25432()
removed()
m_7861_()
protected abstract void
a(bvp arg0)
populateAndSendPacket(BaseCommandBlock arg0)
method_2352(class_1918 arg0)
syncSettingsToServer(CommandBlockExecutor commandExecutor)
m_6372_(C_1553_ arg0)
private void
b(String arg0)
onEdited(String arg0)
method_2360(String arg0)
onCommandChanged(String text)
m_97688_(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)
keyPressed(int arg0, int arg1, int arg2)
m_7933_(int p_97668_, int p_97669_, int arg2)
public boolean
a(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
method_25401(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
m_6050_(double p_97660_, double arg1, double arg2)
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)
m_6375_(double p_97664_, double arg1, int arg2)
public void
a(dqk arg0, int arg1, int arg2, float arg3)
render(PoseStack arg0, int arg1, int arg2, float arg3)
method_25394(class_4587 arg0, int arg1, int arg2, float arg3)
render(MatrixStack arg0, int arg1, int arg2, float arg3)
m_6305_(C_3181_ p_97673_, int p_97674_, int p_97675_, float arg3)