Package net.minestom.server.command
Interface CommandParser.Result
- All Known Subinterfaces:
CommandParser.Result.KnownCommand,CommandParser.Result.KnownCommand.Invalid,CommandParser.Result.KnownCommand.Valid,CommandParser.Result.UnknownCommand
- Enclosing interface:
CommandParser
public static sealed interface CommandParser.Result
permits CommandParser.Result.UnknownCommand, CommandParser.Result.KnownCommand
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionargs()@NotNull ExecutableCommand@Nullable Suggestionsuggestion(CommandSender sender)
-
Method Details
-
executable
-
suggestion
-
args
-