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 TypeClassDescriptionclassprivate static classprivate static classprivate static classprivate static classFields in net.minecraft.command.argument.packrat declared as SuggestableModifier and TypeFieldDescription(package private) Suggestable<S> ParseErrorList.Impl.class_10840.field_57526private final Suggestable<com.mojang.brigadier.StringReader> Literals.class_10851.field_57555private final Suggestable<com.mojang.brigadier.StringReader> Literals.StringLiteral.field_57558private 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.class_10841.add(int cursor, Suggestable<S> suggestions, Object reason) voidParseErrorList.Impl.add(int cursor, Suggestable<S> suggestions, Object reason) private voidParseErrorList.Impl.method_68216(Suggestable<S> suggestable, Object object) Constructors in net.minecraft.command.argument.packrat with parameters of type Suggestable