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:
errorCollector
in interfaceParseState<S>
-
scope
- Specified by:
scope
in interfaceParseState<S>
-
parse
- Specified by:
parse
in interfaceParseState<S>
-
input
- Specified by:
input
in interfaceParseState<S>
-
mark
public int mark()- Specified by:
mark
in interfaceParseState<S>
-
restore
public void restore(int p_410357_) - Specified by:
restore
in interfaceParseState<S>
-
acquireControl
- Specified by:
acquireControl
in interfaceParseState<S>
-
releaseControl
public void releaseControl()- Specified by:
releaseControl
in interfaceParseState<S>
-
silent
- Specified by:
silent
in interfaceParseState<S>
-