net.minecraft.client.gui.screens.inventory

public abstract class AbstractCommandBlockEditScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

fos
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
u
SET_COMMAND_LABEL
field_26556
SET_COMMAND_TEXT
f_97652_
private static final Component
v
COMMAND_LABEL
field_26557
COMMAND_TEXT
f_97653_
private static final Component
w
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
r
cancelButton
field_2753
cancelButton
f_97649_
protected CycleButton<Boolean>
s
outputButton
field_2760
toggleTrackingOutputButton
f_97650_
CommandSuggestions
x
commandSuggestions
field_21617
commandSuggestor
f_97655_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
e()
tick()
method_25393()
tick()
m_86600_()
abstract BaseCommandBlock
m()
getCommandBlock()
method_2351()
getCommandExecutor()
m_6556_()
abstract int
C()
getPreviousY()
method_2364()
getTrackOutputButtonHeight()
m_7821_()
protected void
aT_()
init()
method_25426()
init()
m_7856_()
protected void
aI_()
setInitialFocus()
method_56131()
setInitialFocus()
m_318615_()
protected Component
z()
getUsageNarration()
method_53870()
getUsageNarrationText()
m_301494_()
public void
a(fgo 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
D()
onDone()
method_2359()
commitAndClose()
m_97695_()
protected abstract void
a(dbx arg0)
populateAndSendPacket(BaseCommandBlock arg0)
method_2352(class_1918 arg0)
syncSettingsToServer(CommandBlockExecutor commandExecutor)
m_6372_(C_1553_ arg0)
private void
a(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, 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)
m_6050_(double p_97660_, double p_299742_, 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)
m_6375_(double p_97664_, double arg1, int arg2)
public void
a(fhz 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)
m_88315_(C_279497_ p_97673_, int p_97674_, int p_97675_, float arg3)
public void
b(fhz 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)
m_280273_(C_279497_ p_335727_, int p_329053_, int p_328540_, float arg3)