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 TypeClassDescriptionprivate static classprivate static classprivate static classprivate static class -
Uses of SuggestionSupplier in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SuggestionSupplierModifier and TypeFieldDescriptionstatic final SuggestionSupplier<com.mojang.brigadier.StringReader> SnbtOperations.BUILTIN_IDS -
Uses of SuggestionSupplier in net.minecraft.util.parsing.packrat
Fields in net.minecraft.util.parsing.packrat declared as SuggestionSupplierModifier and TypeFieldDescriptionprivate SuggestionSupplier<S> ErrorCollector.LongestOnly.MutableErrorEntry.suggestionsprivate 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 TypeMethodDescriptionprivate voidErrorCollector.LongestOnly.addErrorEntry(SuggestionSupplier<S> suggestions, Object reason) voidErrorCollector.LongestOnly.store(int cursor, SuggestionSupplier<S> suggestions, Object reason) voidErrorCollector.Nop.store(int cursor, SuggestionSupplier<S> suggestions, Object reason) voidErrorCollector.store(int cursor, SuggestionSupplier<S> suggestions, Object reason) 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 SuggestionSupplierFields in net.minecraft.util.parsing.packrat.commands declared as SuggestionSupplierModifier and TypeFieldDescriptionprivate final SuggestionSupplier<com.mojang.brigadier.StringReader> StringReaderTerms.TerminalCharacters.suggestionsprivate final SuggestionSupplier<com.mojang.brigadier.StringReader> StringReaderTerms.TerminalWord.suggestions