Class ServerForumChannelBuilder

    • Constructor Detail

      • ServerForumChannelBuilder

        public ServerForumChannelBuilder​(Server server)
        Creates a new server forum channel builder.
        Parameters:
        server - The server of the server forum channel.
    • Method Detail

      • setCategory

        public ServerForumChannelBuilder setCategory​(ChannelCategory category)
        Sets the category of the channel.
        Parameters:
        category - The category of the channel.
        Returns:
        The current instance in order to chain call methods.
      • create

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