Package net.minecraft.util.packrat
Class ParsingStateImpl.ErrorSuppressing
java.lang.Object
net.minecraft.util.packrat.ParsingStateImpl.ErrorSuppressing
- All Implemented Interfaces:
ParsingState<S>
- Enclosing class:
ParsingStateImpl<S>
- Mappings:
Namespace Name named net/minecraft/util/packrat/ParsingStateImpl$ErrorSuppressing
intermediary net/minecraft/class_10832$class_10835
official bsk$c
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
<T> T
parse
(ParsingRuleEntry<S, T> rule) void
void
setCursor
(int cursor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.util.packrat.ParsingState
startParsing
-
Field Details
-
errors
- Mappings:
Namespace Name Mixin selector named errors
Lnet/minecraft/util/packrat/ParsingStateImpl$ErrorSuppressing;errors:Lnet/minecraft/util/packrat/ParseErrorList;
intermediary field_57521
Lnet/minecraft/class_10832$class_10835;field_57521:Lnet/minecraft/class_9390;
official b
Lbsk$c;b:Lbso;
-
-
Constructor Details
-
ErrorSuppressing
ErrorSuppressing()
-
-
Method Details
-
getErrors
- Specified by:
getErrors
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named getErrors
Lnet/minecraft/util/packrat/ParsingState;getErrors()Lnet/minecraft/util/packrat/ParseErrorList;
intermediary method_58310
Lnet/minecraft/class_9393;method_58310()Lnet/minecraft/class_9390;
official b
Lbsr;b()Lbso;
-
getResults
- Specified by:
getResults
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named getResults
Lnet/minecraft/util/packrat/ParsingState;getResults()Lnet/minecraft/util/packrat/ParseResults;
intermediary method_68187
Lnet/minecraft/class_9393;method_68187()Lnet/minecraft/class_9400;
official a
Lbsr;a()Lbst;
-
parse
- Specified by:
parse
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named parse
Lnet/minecraft/util/packrat/ParsingState;parse(Lnet/minecraft/util/packrat/ParsingRuleEntry;)Ljava/lang/Object;
intermediary method_68188
Lnet/minecraft/class_9393;method_68188(Lnet/minecraft/class_10842;)Ljava/lang/Object;
official a
Lbsr;a(Lbsq;)Ljava/lang/Object;
-
getReader
- Specified by:
getReader
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named getReader
Lnet/minecraft/util/packrat/ParsingState;getReader()Ljava/lang/Object;
intermediary method_58315
Lnet/minecraft/class_9393;method_58315()Ljava/lang/Object;
official f
Lbsr;f()Ljava/lang/Object;
-
getCursor
public int getCursor()- Specified by:
getCursor
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named getCursor
Lnet/minecraft/util/packrat/ParsingState;getCursor()I
intermediary method_58317
Lnet/minecraft/class_9393;method_58317()I
official g
Lbsr;g()I
-
setCursor
public void setCursor(int cursor) - Specified by:
setCursor
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named setCursor
Lnet/minecraft/util/packrat/ParsingState;setCursor(I)V
intermediary method_58311
Lnet/minecraft/class_9393;method_58311(I)V
official a
Lbsr;a(I)V
-
pushCutter
- Specified by:
pushCutter
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named pushCutter
Lnet/minecraft/util/packrat/ParsingState;pushCutter()Lnet/minecraft/util/packrat/Cut;
intermediary method_68190
Lnet/minecraft/class_9393;method_68190()Lnet/minecraft/class_9388;
official c
Lbsr;c()Lbsl;
-
popCutter
public void popCutter()- Specified by:
popCutter
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named popCutter
Lnet/minecraft/util/packrat/ParsingState;popCutter()V
intermediary method_68191
Lnet/minecraft/class_9393;method_68191()V
official d
Lbsr;d()V
-
getErrorSuppressingState
- Specified by:
getErrorSuppressingState
in interfaceParsingState<S>
- Mappings:
Namespace Name Mixin selector named getErrorSuppressingState
Lnet/minecraft/util/packrat/ParsingState;getErrorSuppressingState()Lnet/minecraft/util/packrat/ParsingState;
intermediary method_68192
Lnet/minecraft/class_9393;method_68192()Lnet/minecraft/class_9393;
official e
Lbsr;e()Lbsr;
-