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.suggestions
The field for thesuggestions
record component.Methods in net.minecraft.util.parsing.packrat that return SuggestionSupplierModifier and TypeMethodDescriptionstatic <S> SuggestionSupplier
<S> SuggestionSupplier.empty()
ErrorEntry.suggestions()
Returns the value of thesuggestions
record component.Methods in net.minecraft.util.parsing.packrat with parameters of type SuggestionSupplierModifier 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_) Constructors in net.minecraft.util.parsing.packrat with parameters of type SuggestionSupplierModifierConstructorDescriptionErrorEntry
(int cursor, SuggestionSupplier<S> suggestions, Object reason) Creates an instance of aErrorEntry
record 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