getOptions abstract method

List<CommandOptionBuilder> getOptions(
  1. CommandsPlugin commands
)

Return the CommandOptionBuilders that represent this entity for slash command registration.

Implementation

List<CommandOptionBuilder> getOptions(CommandsPlugin commands);