Uses of Record Class
com.github.kaktushose.jda.commands.dispatching.reply.Component
Package
Description
Classes for sending bot messages.
-
Uses of Component in com.github.kaktushose.jda.commands.dispatching.reply
Modifier and TypeMethodDescriptionstatic Component
Adds disabled, runtime-boundComponent
s to the reply.static Component
Adds enabled, runtime-boundComponent
s to the reply.static Component
Component.independent
(String component) Adds enabled, runtime-independentComponent
s to the reply.static Component
AddsComponent
s with the passed configuration to the reply.Modifier and TypeMethodDescription@NotNull ComponentReply
ConfigurableReply.components
(@NotNull Component... components)