net.minecraft.util.packrat

class ParsingStateImpl$ErrorSuppressing

implements ParsingState<S>

net.minecraft.util.parsing.packrat.CachedParseState$Silent
net.minecraft.class_10832$class_10835
net.minecraft.util.packrat.ParsingStateImpl$ErrorSuppressing

Field summary

Modifier and TypeField
private final ParseErrorList<S>
silentCollector
field_57521
errors
final ParsingStateImpl
this$0
field_57520
field_57520

Constructor summary

ModifierConstructor
private (ParsingStateImpl this$0)

Method summary

Modifier and TypeMethod
public ParseErrorList<S>
errorCollector()
method_58310()
getErrors()
public ParseResults
scope()
method_68187()
getResults()
public <T> T
parse(NamedRule<S, T> rule)
method_68188(class_10842<S, T> arg0)
parse(ParsingRuleEntry<S, T> arg0)
public S
input()
method_58315()
getReader()
public int
mark()
method_58317()
getCursor()
public void
restore(int mark)
method_58311(int arg0)
setCursor(int arg0)
public Cut
acquireControl()
method_68190()
pushCutter()
public void
releaseControl()
method_68191()
popCutter()
public ParsingState<S>
silent()
method_68192()
getErrorSuppressingState()