类 NumberRunParseRule
java.lang.Object
net.minecraft.util.parsing.packrat.commands.NumberRunParseRule
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.util.parsing.packrat.Rule
Rule.RuleAction<S,
T>, Rule.SimpleRuleAction<S, T>, Rule.WrappedTerm<S, T> -
字段概要
字段修饰符和类型字段说明private final DelayedException
<com.mojang.brigadier.exceptions.CommandSyntaxException> private final DelayedException
<com.mojang.brigadier.exceptions.CommandSyntaxException> -
构造器概要
构造器构造器说明NumberRunParseRule
(DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> p_409886_, DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> p_409739_) -
方法概要
修饰符和类型方法说明protected abstract boolean
isAccepted
(char p_410661_) parse
(ParseState<com.mojang.brigadier.StringReader> p_410712_)
-
字段详细资料
-
noValueError
-
underscoreNotAllowedError
private final DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> underscoreNotAllowedError
-
-
构造器详细资料
-
NumberRunParseRule
public NumberRunParseRule(DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> p_409886_, DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> p_409739_)
-
-
方法详细资料