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:

  1. CommandSender sender
  2. Command command
  3. SimpleCommand oCaller
  4. String label
  5. String[] args
  6. CommandResponse response

Returns: Boolean