Interface ParsingState<S>

All Known Implementing Classes:
class_10832, class_10832.class_10835, ParsingStateImpl

public interface ParsingState<S>
Mappings:
Namespace Name
named net/minecraft/command/argument/packrat/ParsingState
intermediary net/minecraft/class_9393
official bpz
  • Method Details

    • method_68187

      ParseResults method_68187()
      Mappings:
      Namespace Name Mixin selector
      named method_68187 Lnet/minecraft/command/argument/packrat/ParsingState;method_68187()Lnet/minecraft/command/argument/packrat/ParseResults;
      intermediary method_68187 Lnet/minecraft/class_9393;method_68187()Lnet/minecraft/class_9400;
      official a Lbpz;a()Lbqb;
    • getErrors

      ParseErrorList<S> getErrors()
      Mappings:
      Namespace Name Mixin selector
      named getErrors Lnet/minecraft/command/argument/packrat/ParsingState;getErrors()Lnet/minecraft/command/argument/packrat/ParseErrorList;
      intermediary method_58310 Lnet/minecraft/class_9393;method_58310()Lnet/minecraft/class_9390;
      official b Lbpz;b()Lbpw;
    • startParsing

      default <T> Optional<T> startParsing(class_10842<S,T> class_10842)
      Mappings:
      Namespace Name Mixin selector
      named startParsing Lnet/minecraft/command/argument/packrat/ParsingState;startParsing(Lnet/minecraft/class_10842;)Ljava/util/Optional;
      intermediary method_58312 Lnet/minecraft/class_9393;method_58312(Lnet/minecraft/class_10842;)Ljava/util/Optional;
      official b Lbpz;b(Lbpy;)Ljava/util/Optional;
    • method_68188

      @Nullable <T> T method_68188(class_10842<S,T> class_10842)
      Mappings:
      Namespace Name Mixin selector
      named method_68188 Lnet/minecraft/command/argument/packrat/ParsingState;method_68188(Lnet/minecraft/class_10842;)Ljava/lang/Object;
      intermediary method_68188 Lnet/minecraft/class_9393;method_68188(Lnet/minecraft/class_10842;)Ljava/lang/Object;
      official a Lbpz;a(Lbpy;)Ljava/lang/Object;
    • getReader

      S getReader()
      Mappings:
      Namespace Name Mixin selector
      named getReader Lnet/minecraft/command/argument/packrat/ParsingState;getReader()Ljava/lang/Object;
      intermediary method_58315 Lnet/minecraft/class_9393;method_58315()Ljava/lang/Object;
      official f Lbpz;f()Ljava/lang/Object;
    • getCursor

      int getCursor()
      Mappings:
      Namespace Name Mixin selector
      named getCursor Lnet/minecraft/command/argument/packrat/ParsingState;getCursor()I
      intermediary method_58317 Lnet/minecraft/class_9393;method_58317()I
      official g Lbpz;g()I
    • setCursor

      void setCursor(int cursor)
      Mappings:
      Namespace Name Mixin selector
      named setCursor Lnet/minecraft/command/argument/packrat/ParsingState;setCursor(I)V
      intermediary method_58311 Lnet/minecraft/class_9393;method_58311(I)V
      official a Lbpz;a(I)V
    • method_68190

      Cut method_68190()
      Mappings:
      Namespace Name Mixin selector
      named method_68190 Lnet/minecraft/command/argument/packrat/ParsingState;method_68190()Lnet/minecraft/command/argument/packrat/Cut;
      intermediary method_68190 Lnet/minecraft/class_9393;method_68190()Lnet/minecraft/class_9388;
      official c Lbpz;c()Lbpt;
    • method_68191

      void method_68191()
      Mappings:
      Namespace Name Mixin selector
      named method_68191 Lnet/minecraft/command/argument/packrat/ParsingState;method_68191()V
      intermediary method_68191 Lnet/minecraft/class_9393;method_68191()V
      official d Lbpz;d()V
    • method_68192

      ParsingState<S> method_68192()
      Mappings:
      Namespace Name Mixin selector
      named method_68192 Lnet/minecraft/command/argument/packrat/ParsingState;method_68192()Lnet/minecraft/command/argument/packrat/ParsingState;
      intermediary method_68192 Lnet/minecraft/class_9393;method_68192()Lnet/minecraft/class_9393;
      official e Lbpz;e()Lbpz;