Class ChannelCategoryBuilder

    • Constructor Detail

      • ChannelCategoryBuilder

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

      • create

        public java.util.concurrent.CompletableFuture<ChannelCategory> create()
        Creates the channel category.
        Returns:
        The created channel category.