Class UnquotedStringParseRule
java.lang.Object
net.minecraft.util.parsing.packrat.commands.UnquotedStringParseRule
- All Implemented Interfaces:
Rule<StringReader, String>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Rule
Rule.RuleAction<S,T>, Rule.SimpleRuleAction<S, T>, Rule.WrappedTerm<S, T> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DelayedException<CommandSyntaxException> private final int -
Constructor Summary
ConstructorsConstructorDescriptionUnquotedStringParseRule(int minSize, DelayedException<CommandSyntaxException> error) -
Method Summary
-
Field Details
-
minSize
private final int minSize -
error
-
-
Constructor Details
-
UnquotedStringParseRule
-
-
Method Details
-
parse
- Specified by:
parsein interfaceRule<StringReader, String>
-