net.minecraft.client.command

public abstract class CommandSuggestions

blq
net.minecraft.class_2284
net.minecraft.client.command.CommandSuggestions
net.minecraft.util.TabCompleter
net.minecraft.util.TabCompleter

Field summary

Modifier and TypeField
protected final TextFieldWidget
a
field_13323
chatField
field_186844_a
textField
protected final boolean
b
field_13324
requireLeadingSlash
field_186845_b
hasTargetBlock
protected boolean
c
field_13325
replace
field_186846_c
didComplete
protected boolean
d
field_13326
pending
field_186847_d
requestedCompletions
protected int
e
field_13327
current
field_186848_e
completionIdx
protected List<String>
f
field_13328
suggestions
field_186849_f
completions

Constructor summary

ModifierConstructor
public (TextFieldWidget chatField, boolean requireLeadingSlash)

Method summary

Modifier and TypeMethod
public void
a()
method_12183()
useSuggestion()
func_186841_a()
complete()
private void
a(String arg0)
method_12184(String arg0)
requestSuggestions(String command)
func_186838_a(String arg0)
requestCompletions(String prefix)
public abstract BlockPos
b()
method_12186()
getTargetPos()
func_186839_b()
getTargetBlockPos()
public void
a(String... arg0)
method_12185(String... arg0)
acceptSuggestions(String... suggestions)
func_186840_a(String... arg0)
setCompletions(String... newCompl)
public void
c()
method_12187()
invalidate()
func_186842_c()
resetDidComplete()
public void
d()
method_12188()
keyPressed()
func_186843_d()
resetRequested()