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 class
private static class
private static class
private 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.suggestions
private final Suggestable
<com.mojang.brigadier.StringReader> Literals.StringLiteral.suggestions
private final Suggestable
<S> ParseError.suggestions
The field for thesuggestions
record component.(package private) Suggestable
<S> ParseErrorList.Impl.Entry.suggestions
Methods in net.minecraft.util.packrat that return SuggestableModifier and TypeMethodDescriptionstatic <S> Suggestable
<S> Suggestable.empty()
ParseError.suggestions()
Returns the value of thesuggestions
record component.Methods in net.minecraft.util.packrat with parameters of type SuggestableModifier and TypeMethodDescriptionvoid
ParseErrorList.add
(int cursor, Suggestable<S> suggestions, Object reason) void
ParseErrorList.Impl.add
(int cursor, Suggestable<S> suggestions, Object reason) private void
ParseErrorList.Impl.add
(Suggestable<S> suggestions, Object reason) void
ParseErrorList.Noop.add
(int cursor, Suggestable<S> suggestions, Object reason) Constructors in net.minecraft.util.packrat with parameters of type Suggestable