Interface HighLevelComponent

    • Method Detail

      • isActionRow

        default boolean isActionRow()
        Whether this component is of this type.
        Returns:
        True if it's of that type.
      • asActionRow

        default java.util.Optional<ActionRow> asActionRow()
        Gets the component as an ActionRow if it's of that type.
        Returns:
        The ActionRow.