com.mojang.brigadier

public class ParseResults<S>

com.mojang.brigadier.ParseResults

Field summary

Modifier and TypeField
private final CommandContextBuilder<S>
context
private final Map<CommandNode<S>, CommandSyntaxException>
exceptions
private final int
startIndex
private final ImmutableStringReader
reader

Constructor summary

ModifierConstructor
public (CommandContextBuilder<S> arg0, int arg1, ImmutableStringReader arg2, Map<CommandNode<S>, CommandSyntaxException> arg3)
public (CommandContextBuilder<S> arg0)

Method summary

Modifier and TypeMethod
public int
getStartIndex()
public CommandContextBuilder<S>
getContext()
public ImmutableStringReader
getReader()
public Map<CommandNode<S>, CommandSyntaxException>
getExceptions()