Class CommandService
java.lang.Object
preponderous.ponder.system.services.CommandService
- Since:
- January 5th, 2022
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
interpretAndExecuteCommand(CommandSender sender, String label, String[] args)
-
Constructor Details
-
CommandService
- Parameters:
commands
- The commands to instantiate the service with.
-
-
Method Details
-
interpretAndExecuteCommand
- Parameters:
sender
- The sender of the command.label
- The label of the command.args
- The arguments of the command.
-