net.minecraft.client.command

public abstract class CommandSuggestions

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

Field summary

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

Constructor summary

ModifierConstructor
public (TextFieldWidget chatField, boolean requireLeadingSlash)

Method summary

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