Package net.minecraft.util.packrat
Class ParseErrorList.Noop<S>
java.lang.Object
net.minecraft.util.packrat.ParseErrorList.Noop<S>
- All Implemented Interfaces:
ParseErrorList<S>
- Enclosing interface:
ParseErrorList<S>
- Mappings:
Namespace Name named net/minecraft/util/packrat/ParseErrorList$Noop
intermediary net/minecraft/class_9390$class_10841
official bso$b
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.packrat.ParseErrorList
ParseErrorList.Impl<S>, ParseErrorList.Noop<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int cursor, Suggestable<S> suggestions, Object reason) 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.ParseErrorList
add
-
Constructor Details
-
Noop
public Noop()
-
-
Method Details
-
add
- Specified by:
add
in interfaceParseErrorList<S>
- Mappings:
Namespace Name Mixin selector named add
Lnet/minecraft/util/packrat/ParseErrorList;add(ILnet/minecraft/util/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
Lbso;a(ILbsu;Ljava/lang/Object;)V
-
setCursor
public void setCursor(int cursor) - Specified by:
setCursor
in interfaceParseErrorList<S>
- Mappings:
Namespace Name Mixin selector named setCursor
Lnet/minecraft/util/packrat/ParseErrorList;setCursor(I)V
intermediary method_58304
Lnet/minecraft/class_9390;method_58304(I)V
official a
Lbso;a(I)V
-