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$Noopintermediary net/minecraft/class_9390$class_10841official bqh$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 TypeMethodDescriptionvoidadd(int cursor, Suggestable<S> suggestions, Object reason) voidsetCursor(int cursor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.packrat.ParseErrorList
add
-
Constructor Details
-
Noop
public Noop()
-
-
Method Details
-
add
- Specified by:
addin interfaceParseErrorList<S>- Mappings:
Namespace Name Mixin selector named addLnet/minecraft/util/packrat/ParseErrorList;add(ILnet/minecraft/util/packrat/Suggestable;Ljava/lang/Object;)Vintermediary method_58305Lnet/minecraft/class_9390;method_58305(ILnet/minecraft/class_9401;Ljava/lang/Object;)Vofficial aLbqh;a(ILbqn;Ljava/lang/Object;)V
-
setCursor
public void setCursor(int cursor) - Specified by:
setCursorin interfaceParseErrorList<S>- Mappings:
Namespace Name Mixin selector named setCursorLnet/minecraft/util/packrat/ParseErrorList;setCursor(I)Vintermediary method_58304Lnet/minecraft/class_9390;method_58304(I)Vofficial aLbqh;a(I)V
-