Class UnquotedStringParseRule
java.lang.Object
net.minecraft.util.parsing.packrat.commands.UnquotedStringParseRule
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.parsing.packrat.Rule
Rule.RuleAction<S,
T>, Rule.SimpleRuleAction<S, T>, Rule.WrappedTerm<S, T> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DelayedException
<com.mojang.brigadier.exceptions.CommandSyntaxException> private final int
-
Constructor Summary
ConstructorsConstructorDescriptionUnquotedStringParseRule
(int pMinSize, DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> pError) -
Method Summary
Modifier and TypeMethodDescriptionparse
(ParseState<com.mojang.brigadier.StringReader> pParseState)
-
Field Details
-
minSize
private final int minSize -
error
-
-
Constructor Details
-
UnquotedStringParseRule
public UnquotedStringParseRule(int pMinSize, DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> pError)
-
-
Method Details