Uses of Interface
net.minecraft.command.argument.packrat.Suggestable
-
Uses of Suggestable in net.minecraft.command.argument.packrat
Modifier and TypeClassDescriptionclass
private static class
private static class
private static class
private static class
Modifier and TypeFieldDescriptionprivate final Suggestable
<S> ParseError.suggestions
The field for thesuggestions
record component.Modifier and TypeMethodDescriptionstatic <S> Suggestable
<S> Suggestable.empty()
ParseError.suggestions()
Returns the value of thesuggestions
record component.Modifier and TypeMethodDescriptionvoid
ParseErrorList.add
(int cursor, Suggestable<S> suggestions, Object reason) void
ParseErrorList.Impl.add
(int cursor, Suggestable<S> suggestions, Object reason)