Interface ApplicationCommandOptionChoice<T>

All Superinterfaces:
HasName
All Known Subinterfaces:
ApplicationCommandOptionDoubleChoice, ApplicationCommandOptionIntegerChoice, ApplicationCommandOptionStringChoice
All Known Implementing Classes:
ApplicationCommandOptionDoubleChoiceImpl, ApplicationCommandOptionIntegerChoiceImpl, ApplicationCommandOptionStringChoiceImpl

public interface ApplicationCommandOptionChoice<T> extends HasName
Since:
12/10/20.
Author:
amy
  • Method Summary

    Modifier and Type
    Method
    Description
    default com.grack.nanojson.JsonObject
     
     

    Methods inherited from interface com.mewna.catnip.entity.partials.HasName

    name
  • Method Details

    • value

      T value()
    • toJson

      default com.grack.nanojson.JsonObject toJson()