Uses of Interface
net.minecraft.util.parsing.packrat.SuggestionSupplier
Package
Description
-
Uses of SuggestionSupplier in net.minecraft.commands.arguments.item
Modifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
-
Uses of SuggestionSupplier in net.minecraft.util.parsing.packrat
Modifier and TypeFieldDescriptionprivate final SuggestionSupplier
<S> ErrorEntry.suggestions
The field for thesuggestions
record component.Modifier and TypeMethodDescriptionstatic <S> SuggestionSupplier
<S> SuggestionSupplier.empty()
ErrorEntry.suggestions()
Returns the value of thesuggestions
record component.Modifier and TypeMethodDescriptionvoid
ErrorCollector.LongestOnly.store
(int p_335763_, SuggestionSupplier<S> p_336144_, Object p_335736_) void
ErrorCollector.store
(int p_335897_, SuggestionSupplier<S> p_336077_, Object p_335991_) ModifierConstructorDescriptionErrorEntry
(int cursor, SuggestionSupplier<S> suggestions, Object reason) Creates an instance of aErrorEntry
record class. -
Uses of SuggestionSupplier in net.minecraft.util.parsing.packrat.commands