Interface ServerForumChannelBuilderDelegate

    • Method Detail

      • setCategory

        void setCategory​(ChannelCategory category)
        Sets the category of the channel.
        Parameters:
        category - The category of the channel.
      • create

        java.util.concurrent.CompletableFuture<ServerForumChannel> create()
        Creates the server forum channel.
        Returns:
        The created forum channel.