ToolSet / com.zndevs.toolset.commands.tools / SimpleCommandLambda
SimpleCommandLambda
typealias SimpleCommandLambda = (sender: CommandSender, command: Command, oCaller: SimpleCommand, label: String, args: Array<String>, response: CommandResponse) -> Boolean
Arguments:
- CommandSender sender
- Command command
- SimpleCommand oCaller
- String label
- String[] args
- CommandResponse response
Returns: Boolean