net.minecraft.client.gui.screens.inventory

public abstract class AbstractCommandBlockEditScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, Widget

dde
net.minecraft.client.gui.screens.inventory.AbstractCommandBlockEditScreen
net.minecraft.class_463
net.minecraft.unmapped.C_bcmueeqm
net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
net.minecraft.client.gui.screen.AbstractCommandBlockScreen

Field summary

Modifier and TypeField
protected EditBox
a
commandEdit
field_2751
f_ltlwgvaf
consoleCommandTextField
field_195237_a
protected EditBox
b
previousEdit
field_2755
f_lfiedwwx
previousOutputTextField
field_195239_f
protected Button
c
doneButton
field_2762
f_jwcirwaw
doneButton
field_195240_g
protected Button
d
cancelButton
field_2753
f_eztwqnum
cancelButton
field_195241_h
protected Button
e
outputButton
field_2760
f_dsqlwitf
toggleTrackingOutputButton
field_195242_i
protected boolean
f
trackOutput
field_2752
f_idkngvbw
trackingOutput
field_195238_s
protected final List<String>
g
commandUsage
field_2761
f_zpswxrpu
exceptions
field_209111_t
protected int
h
commandUsagePosition
field_2757
f_kcnyrxtw
field_209112_u
protected int
i
commandUsageWidth
field_2756
f_cfvrqtmw
field_209113_v
protected com.mojang.brigadier.ParseResults<SharedSuggestionProvider>
j
currentParse
field_2758
f_frhmzgrp
parsedCommand
field_209114_w
protected CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
k
pendingSuggestions
field_2754
f_cmvzidxp
suggestionsFuture
field_209115_x
protected AbstractCommandBlockEditScreen$SuggestionsList
l
suggestions
field_2759
f_gpscrowf
suggestionWindow
field_209116_y
private boolean
m
keepSuggestions
field_2750
f_xfcrumyw
completingSuggestion
field_212342_z

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
tick()
tick()
tick()
tick()
abstract BaseCommandBlock
a()
getCommandBlock()
method_2351()
m_lkpwraxy()
getCommandExecutor()
func_195231_h()
abstract int
b()
getPreviousY()
method_2364()
m_duzoaftj()
func_195236_i()
protected void
init()
init()
init()
init()
public void
resize(cyc arg0, int arg1, int arg2)
resize(Minecraft arg0, int arg1, int arg2)
resize(class_310 arg0, int arg1, int arg2)
resize(MinecraftClient arg0, int arg1, int arg2)
resize(Minecraft arg0, int arg1, int arg2)
protected void
c()
updateCommandOutput()
method_2368()
m_jskjhhhi()
updateTrackedOutput()
func_195233_j()
protected void
d()
onDone()
method_2359()
m_zgcdycli()
commitAndClose()
func_195234_k()
public void
removed()
removed()
removed()
removed()
protected abstract void
a(bgx arg0)
populateAndSendPacket(BaseCommandBlock arg0)
method_2352(class_1918 arg0)
m_frueohlk(C_ufmydvnm arg0)
syncSettingsToServer(CommandBlockExecutor commandExecutor)
func_195235_a(CommandBlockLogic arg0)
public void
onClose()
onClose()
onClose()
onClose()
private void
b(String arg0)
onEdited(String arg0)
method_2360(String arg0)
m_imeomkmm(String arg0)
onCommandChanged(String text)
func_214185_b(String arg0)
public boolean
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
public boolean
mouseScrolled(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
public boolean
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
protected void
e()
updateCommandInfo()
method_2353()
m_kficsqdu()
updateCommand()
func_209106_o()
private void
g()
updateUsageInfo()
method_2354()
m_cxnfvfvg()
updateCommandFeedback()
func_209107_u()
private String
a(String arg0, int arg1)
formatChat(String arg0, int arg1)
method_2348(String arg0, int arg1)
m_qsbkmnrl(String arg0, int arg1)
func_209104_a(String arg0, int arg1)
private void
a(c arg0)
fillNodeUsage(ChatFormatting arg0)
method_2356(class_124 arg0)
m_hrsayqas(C_choswhsb arg0)
func_209108_a(TextFormatting arg0)
public void
render(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
public void
f()
showSuggestions()
method_2357()
m_gdpzkcsp()
showSuggestions()
func_209109_s()
protected void
a(String arg0)
setChatLine(String arg0)
method_2346(String arg0)
m_xpdjocwf(String arg0)
setCommand(String command)
func_209102_a(String arg0)
private static String
b(String arg0, String arg1)
calculateSuggestionSuffix(String arg0, String arg1)
method_2350(String arg0, String arg1)
m_eyapaelp(String arg0, String arg1)
suggestSuffix(String typed, String suggestion)
func_212339_b(String arg0, String arg1)