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
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionargs()
@NotNull ExecutableCommand
@Nullable Suggestion
suggestion
(CommandSender sender)
-
Method Details
-
executable
-
suggestion
-
args
-