Uses of Interface
net.minecraft.command.argument.packrat.Suggestable
Packages that use Suggestable
-
Uses of Suggestable in net.minecraft.command.argument.packrat
Subinterfaces of Suggestable in net.minecraft.command.argument.packratClasses in net.minecraft.command.argument.packrat that implement SuggestableModifier and TypeClassDescriptionclass
private static class
private static class
private static class
private static class
Fields in net.minecraft.command.argument.packrat declared as SuggestableModifier and TypeFieldDescriptionprivate final Suggestable
<S> ParseError.suggestions
The field for thesuggestions
record component.Methods in net.minecraft.command.argument.packrat that return SuggestableModifier and TypeMethodDescriptionstatic <S> Suggestable
<S> Suggestable.empty()
ParseError.suggestions()
Returns the value of thesuggestions
record component.Methods in net.minecraft.command.argument.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) Constructors in net.minecraft.command.argument.packrat with parameters of type Suggestable