Interface ParseErrorList<S>

All Known Implementing Classes:
ParseErrorList.class_10841, ParseErrorList.Impl

public interface ParseErrorList<S>
Mappings:
Namespace Name
named net/minecraft/command/argument/packrat/ParseErrorList
intermediary net/minecraft/class_9390
official bpw
  • Method Details

    • add

      void add(int cursor, Suggestable<S> suggestions, Object reason)
      Mappings:
      Namespace Name Mixin selector
      named add Lnet/minecraft/command/argument/packrat/ParseErrorList;add(ILnet/minecraft/command/argument/packrat/Suggestable;Ljava/lang/Object;)V
      intermediary method_58305 Lnet/minecraft/class_9390;method_58305(ILnet/minecraft/class_9401;Ljava/lang/Object;)V
      official a Lbpw;a(ILbqc;Ljava/lang/Object;)V
    • add

      default void add(int cursor, Object reason)
      Mappings:
      Namespace Name Mixin selector
      named add Lnet/minecraft/command/argument/packrat/ParseErrorList;add(ILjava/lang/Object;)V
      intermediary method_58306 Lnet/minecraft/class_9390;method_58306(ILjava/lang/Object;)V
      official a Lbpw;a(ILjava/lang/Object;)V
    • setCursor

      void setCursor(int cursor)
      Mappings:
      Namespace Name Mixin selector
      named setCursor Lnet/minecraft/command/argument/packrat/ParseErrorList;setCursor(I)V
      intermediary method_58304 Lnet/minecraft/class_9390;method_58304(I)V
      official a Lbpw;a(I)V