Uses of Interface
net.minecraft.command.argument.packrat.Suggestable
Packages that use Suggestable
- 
Uses of Suggestable in net.minecraft.command.argument.packratSubinterfaces of Suggestable in net.minecraft.command.argument.packratClasses in net.minecraft.command.argument.packrat that implement SuggestableModifier and TypeClassDescriptionclassprivate static classprivate static classprivate static classprivate static classFields in net.minecraft.command.argument.packrat declared as SuggestableModifier and TypeFieldDescriptionprivate final Suggestable<S> ParseError.suggestionsThe field for thesuggestionsrecord component.Methods in net.minecraft.command.argument.packrat that return SuggestableModifier and TypeMethodDescriptionstatic <S> Suggestable<S> Suggestable.empty()ParseError.suggestions()Returns the value of thesuggestionsrecord component.Methods in net.minecraft.command.argument.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) Constructors in net.minecraft.command.argument.packrat with parameters of type Suggestable