java.lang.Object
net.minestom.server.command.builder.CommandResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandData
protected String
protected ParsedCommand
protected CommandResult.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable CommandData
getInput()
@Nullable ParsedCommand
getType()
static CommandResult
of
(CommandResult.Type type, String input) static 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
-
of
@Internal public static CommandResult of(CommandResult.Type type, String input, ParsedCommand parsedCommand, CommandData data)
-