TextClickEvent.run_command constructor

TextClickEvent.run_command(
  1. Command command
)

runs given command

Implementation

TextClickEvent.run_command(Command command)
    : action = 'run_command',
      value = '/${command.toMap()['command'] ?? ''}';