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 net.minecraft.util.parsing.packrat.ErrorCollector
ErrorCollector.LongestOnly<S>, ErrorCollector.Nop<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
finish
(int p_409839_) void
store
(int p_409770_, SuggestionSupplier<S> p_409587_, Object p_410314_) 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.parsing.packrat.ErrorCollector
store
-
Constructor Details
-
Nop
public Nop()
-
-
Method Details
-
store
- Specified by:
store
in interfaceErrorCollector<S>
-
finish
public void finish(int p_409839_) - Specified by:
finish
in interfaceErrorCollector<S>
-