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.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 TypeFieldDescription(package private) SuggestionSupplier
<S> ErrorCollector.LongestOnly.MutableErrorEntry.suggestions
private 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 TypeMethodDescriptionprivate void
ErrorCollector.LongestOnly.addErrorEntry
(SuggestionSupplier<S> p_409930_, Object p_409668_) void
ErrorCollector.LongestOnly.store
(int p_335763_, SuggestionSupplier<S> p_336144_, Object p_335736_) void
ErrorCollector.Nop.store
(int p_409770_, SuggestionSupplier<S> p_409587_, Object p_410314_) 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 SuggestionSupplierFields in net.minecraft.util.parsing.packrat.commands declared as SuggestionSupplierModifier and TypeFieldDescriptionprivate final SuggestionSupplier
<com.mojang.brigadier.StringReader> StringReaderTerms.TerminalCharacters.suggestions
private final SuggestionSupplier
<com.mojang.brigadier.StringReader> StringReaderTerms.TerminalWord.suggestions