Class ParseErrorList.Impl<S>
java.lang.Object
net.minecraft.command.argument.packrat.ParseErrorList.Impl<S>
- All Implemented Interfaces:
- ParseErrorList<S>
- Enclosing interface:
- ParseErrorList<S>
- Mappings:
- Namespace - Name - named - net/minecraft/command/argument/packrat/ParseErrorList$Impl- intermediary - net/minecraft/class_9390$class_9391- official - bnw$a
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.command.argument.packrat.ParseErrorListParseErrorList.Impl<S>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(int cursor, Suggestable<S> suggestions, Object reason) intList<ParseError<S>> private voidmoveCursor(int cursor) voidsetCursor(int cursor) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.argument.packrat.ParseErrorListadd
- 
Field Details- 
errors- Mappings:
- Namespace - Name - Mixin selector - named - errors- Lnet/minecraft/command/argument/packrat/ParseErrorList$Impl;errors:Ljava/util/List;- intermediary - field_49961- Lnet/minecraft/class_9390$class_9391;field_49961:Ljava/util/List;- official - a- Lbnw$a;a:Ljava/util/List;
 
- 
cursorprivate int cursor- Mappings:
- Namespace - Name - Mixin selector - named - cursor- Lnet/minecraft/command/argument/packrat/ParseErrorList$Impl;cursor:I- intermediary - field_49962- Lnet/minecraft/class_9390$class_9391;field_49962:I- official - b- Lbnw$a;b:I
 
 
- 
- 
Constructor Details- 
Implpublic Impl()
 
- 
- 
Method Details- 
moveCursorprivate void moveCursor(int cursor) - Mappings:
- Namespace - Name - Mixin selector - named - moveCursor- Lnet/minecraft/command/argument/packrat/ParseErrorList$Impl;moveCursor(I)V- intermediary - method_58309- Lnet/minecraft/class_9390$class_9391;method_58309(I)V- official - b- Lbnw$a;b(I)V
 
- 
setCursorpublic void setCursor(int cursor) - Specified by:
- setCursorin interface- ParseErrorList<S>
- 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- Lbnw;a(I)V
 
- 
add- Specified by:
- addin interface- ParseErrorList<S>
- 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- Lbnw;a(ILbob;Ljava/lang/Object;)V
 
- 
getErrors- Mappings:
- Namespace - Name - Mixin selector - named - getErrors- Lnet/minecraft/command/argument/packrat/ParseErrorList$Impl;getErrors()Ljava/util/List;- intermediary - method_58307- Lnet/minecraft/class_9390$class_9391;method_58307()Ljava/util/List;- official - a- Lbnw$a;a()Ljava/util/List;
 
- 
getCursorpublic int getCursor()- Mappings:
- Namespace - Name - Mixin selector - named - getCursor- Lnet/minecraft/command/argument/packrat/ParseErrorList$Impl;getCursor()I- intermediary - method_58308- Lnet/minecraft/class_9390$class_9391;method_58308()I- official - b- Lbnw$a;b()I
 
 
-