Class CommandResult
java.lang.Object
net.minestom.server.command.builder.CommandResult
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommandData
protected String
protected ParsedCommand
protected CommandResult.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable CommandData
@NotNull String
getInput()
@Nullable ParsedCommand
@NotNull CommandResult.Type
getType()
static @NotNull CommandResult
of
(@NotNull CommandResult.Type type, @NotNull String input) static @NotNull CommandResult
of
(CommandResult.Type type, String input, ParsedCommand parsedCommand, CommandData data)
-
Field Details
-
type
-
input
-
parsedCommand
-
commandData
-
-
Constructor Details
-
CommandResult
public CommandResult()
-
-
Method Details
-
getType
-
getInput
-
getParsedCommand
-
getCommandData
-
of
@NotNull public static @NotNull CommandResult of(@NotNull @NotNull CommandResult.Type type, @NotNull @NotNull String input) -
of
@Internal @NotNull public static @NotNull CommandResult of(CommandResult.Type type, String input, ParsedCommand parsedCommand, CommandData data)
-