Package net.minecraft.util.packrat
Interface ParsingState<S>
- All Known Implementing Classes:
ParsingStateImpl
,ParsingStateImpl.ErrorSuppressing
,ReaderBackedParsingState
public interface ParsingState<S>
- Mappings:
Namespace Name named net/minecraft/util/packrat/ParsingState
intermediary net/minecraft/class_9393
official bqk
-
Method Summary
Modifier and TypeMethodDescriptionint
<T> T
parse
(ParsingRuleEntry<S, T> rule) void
void
setCursor
(int cursor) default <T> Optional
<T> startParsing
(ParsingRuleEntry<S, T> rule)
-
Method Details
-
getResults
ParseResults getResults()- 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
Lbqk;a()Lbqm;
-
getErrors
ParseErrorList<S> getErrors()- 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
Lbqk;b()Lbqh;
-
startParsing
- Mappings:
Namespace Name Mixin selector named startParsing
Lnet/minecraft/util/packrat/ParsingState;startParsing(Lnet/minecraft/util/packrat/ParsingRuleEntry;)Ljava/util/Optional;
intermediary method_58312
Lnet/minecraft/class_9393;method_58312(Lnet/minecraft/class_10842;)Ljava/util/Optional;
official b
Lbqk;b(Lbqj;)Ljava/util/Optional;
-
parse
- 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
Lbqk;a(Lbqj;)Ljava/lang/Object;
-
getReader
S getReader()- 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
Lbqk;f()Ljava/lang/Object;
-
getCursor
int getCursor()- 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
Lbqk;g()I
-
setCursor
void setCursor(int cursor) - 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
Lbqk;a(I)V
-
pushCutter
Cut pushCutter()- 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
Lbqk;c()Lbqe;
-
popCutter
void popCutter()- 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
Lbqk;d()V
-
getErrorSuppressingState
ParsingState<S> getErrorSuppressingState()- 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
Lbqk;e()Lbqk;
-