Class CachedParseState.Silent
java.lang.Object
net.minecraft.util.parsing.packrat.CachedParseState.Silent
- All Implemented Interfaces:
ParseState<S>
- Enclosing class:
CachedParseState<S>
-
Field Details
-
silentCollector
-
-
Constructor Details
-
Silent
Silent()
-
-
Method Details
-
errorCollector
- Specified by:
errorCollectorin interfaceParseState<S>
-
scope
- Specified by:
scopein interfaceParseState<S>
-
parse
- Specified by:
parsein interfaceParseState<S>
-
input
- Specified by:
inputin interfaceParseState<S>
-
mark
public int mark()- Specified by:
markin interfaceParseState<S>
-
restore
public void restore(int p_410357_) - Specified by:
restorein interfaceParseState<S>
-
acquireControl
- Specified by:
acquireControlin interfaceParseState<S>
-
releaseControl
public void releaseControl()- Specified by:
releaseControlin interfaceParseState<S>
-
silent
- Specified by:
silentin interfaceParseState<S>
-