Uses of Interface
net.minecraft.util.parsing.packrat.SuggestionSupplier
Packages that use SuggestionSupplier
Package
Description
-
Uses of SuggestionSupplier in net.minecraft.commands.arguments.item
Classes in net.minecraft.commands.arguments.item that implement SuggestionSupplierModifier 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
Fields in net.minecraft.util.parsing.packrat declared as SuggestionSupplierModifier and TypeFieldDescriptionprivate final SuggestionSupplier<S> ErrorEntry.suggestionsThe field for thesuggestionsrecord component.Methods in net.minecraft.util.parsing.packrat that return SuggestionSupplierModifier and TypeMethodDescriptionstatic <S> SuggestionSupplier<S> SuggestionSupplier.empty()ErrorEntry.suggestions()Returns the value of thesuggestionsrecord component.Methods in net.minecraft.util.parsing.packrat with parameters of type SuggestionSupplierModifier and TypeMethodDescriptionvoidErrorCollector.LongestOnly.store(int p_335763_, SuggestionSupplier<S> p_336144_, Object p_335736_) voidErrorCollector.store(int p_335897_, SuggestionSupplier<S> p_336077_, Object p_335991_) Constructors in net.minecraft.util.parsing.packrat with parameters of type SuggestionSupplierModifierConstructorDescriptionErrorEntry(int cursor, SuggestionSupplier<S> suggestions, Object reason) Creates an instance of aErrorEntryrecord class. -
Uses of SuggestionSupplier in net.minecraft.util.parsing.packrat.commands
Subinterfaces of SuggestionSupplier in net.minecraft.util.parsing.packrat.commandsClasses in net.minecraft.util.parsing.packrat.commands that implement SuggestionSupplier