Class DefaultCommandExecutionContext
java.lang.Object
tech.guilhermekaua.spigotboot.commands.execution.DefaultCommandExecutionContext
- All Implemented Interfaces:
CommandExecutionContext
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultCommandExecutionContext
-
-
Method Details
-
getContext
- Specified by:
getContextin interfaceCommandExecutionContext
-
getPlugin
- Specified by:
getPluginin interfaceCommandExecutionContext
-
getSender
- Specified by:
getSenderin interfaceCommandExecutionContext
-
getCommandLabel
- Specified by:
getCommandLabelin interfaceCommandExecutionContext
-
getInput
- Specified by:
getInputin interfaceCommandExecutionContext
-
getArguments
- Specified by:
getArgumentsin interfaceCommandExecutionContext
-
getParsedArguments
- Specified by:
getParsedArgumentsin interfaceCommandExecutionContext
-
getUsage
- Specified by:
getUsagein interfaceCommandExecutionContext
-
sendMessage
- Specified by:
sendMessagein interfaceCommandExecutionContext
-