类 CachedParseState.Silent
java.lang.Object
net.minecraft.util.parsing.packrat.CachedParseState.Silent
- 所有已实现的接口:
ParseState<S>
- 封闭类:
CachedParseState<S>
-
字段详细资料
-
silentCollector
-
-
构造器详细资料
-
Silent
Silent()
-
-
方法详细资料
-
errorCollector
- 指定者:
errorCollector
在接口中ParseState<S>
-
scope
- 指定者:
scope
在接口中ParseState<S>
-
parse
- 指定者:
parse
在接口中ParseState<S>
-
input
- 指定者:
input
在接口中ParseState<S>
-
mark
public int mark()- 指定者:
mark
在接口中ParseState<S>
-
restore
public void restore(int p_410357_) - 指定者:
restore
在接口中ParseState<S>
-
acquireControl
- 指定者:
acquireControl
在接口中ParseState<S>
-
releaseControl
public void releaseControl()- 指定者:
releaseControl
在接口中ParseState<S>
-
silent
- 指定者:
silent
在接口中ParseState<S>
-