Uses of Interface
net.minecraft.util.packrat.Suggestable
Packages that use Suggestable
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of Suggestable in net.minecraft.command.argument
Classes in net.minecraft.command.argument that implement SuggestableModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static class -
Uses of Suggestable in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SuggestableModifier and TypeFieldDescriptionstatic final Suggestable<com.mojang.brigadier.StringReader> SnbtOperation.SUGGESTIONS -
Uses of Suggestable in net.minecraft.util.packrat
Subinterfaces of Suggestable in net.minecraft.util.packratClasses in net.minecraft.util.packrat that implement SuggestableFields in net.minecraft.util.packrat declared as SuggestableModifier and TypeFieldDescriptionprivate final Suggestable<com.mojang.brigadier.StringReader> Literals.CharacterLiteral.suggestionsprivate final Suggestable<com.mojang.brigadier.StringReader> Literals.StringLiteral.suggestionsprivate final Suggestable<S> ParseError.suggestionsThe field for thesuggestionsrecord component.(package private) Suggestable<S> ParseErrorList.Impl.Entry.suggestionsMethods in net.minecraft.util.packrat that return SuggestableModifier and TypeMethodDescriptionstatic <S> Suggestable<S> Suggestable.empty()ParseError.suggestions()Returns the value of thesuggestionsrecord component.Methods in net.minecraft.util.packrat with parameters of type SuggestableModifier and TypeMethodDescriptionvoidParseErrorList.add(int cursor, Suggestable<S> suggestions, Object reason) voidParseErrorList.Impl.add(int cursor, Suggestable<S> suggestions, Object reason) private voidParseErrorList.Impl.add(Suggestable<S> suggestions, Object reason) voidParseErrorList.Noop.add(int cursor, Suggestable<S> suggestions, Object reason) Constructors in net.minecraft.util.packrat with parameters of type Suggestable