TextClickEvent.suggest constructor

TextClickEvent.suggest(
  1. String text
)

copies command in chat

Implementation

TextClickEvent.suggest(String text)
    : action = 'suggest_command',
      value = text;