Class ErrorCollector.Nop<S>
java.lang.Object
net.minecraft.util.parsing.packrat.ErrorCollector.Nop<S>
- All Implemented Interfaces:
ErrorCollector<S>
- Enclosing interface:
ErrorCollector<S>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ErrorCollector
ErrorCollector.LongestOnly<S>, ErrorCollector.Nop<S> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinish(int finalCursor) voidstore(int cursor, SuggestionSupplier<S> suggestions, Object reason) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ErrorCollector
store
-
Constructor Details
-
Nop
public Nop()
-
-
Method Details
-
store
- Specified by:
storein interfaceErrorCollector<S>
-
finish
public void finish(int finalCursor) - Specified by:
finishin interfaceErrorCollector<S>
-