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 ImmutableStringReader
reader

Constructor summary

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

Method summary

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