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 p_410739_, DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> p_410262_) -
Method Summary
-
Field Details
-
minSize
private final int minSize -
error
-
-
Constructor Details
-
UnquotedStringParseRule
public UnquotedStringParseRule(int p_410739_, DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> p_410262_)
-
-
Method Details