Uses of Interface
org.javacord.api.entity.message.component.ActionRow
-
Packages that use ActionRow Package Description org.javacord.api.entity.message.component org.javacord.api.entity.message.component.internal -
-
Uses of ActionRow in org.javacord.api.entity.message.component
Methods in org.javacord.api.entity.message.component that return ActionRow Modifier and Type Method Description ActionRowActionRowBuilder. build()Creates aActionRowinstance with the given values.static ActionRowActionRow. of(java.util.List<LowLevelComponent> lowLevelComponents)Create a new action row containing the given list with low level components, e.g.static ActionRowActionRow. of(LowLevelComponent... lowLevelComponents)Create a new action row containing the given low level components, e.g.Methods in org.javacord.api.entity.message.component that return types with arguments of type ActionRow Modifier and Type Method Description default java.util.Optional<ActionRow>HighLevelComponent. asActionRow()Gets the component as an ActionRow if it's of that type.Methods in org.javacord.api.entity.message.component with parameters of type ActionRow Modifier and Type Method Description ActionRowBuilderActionRowBuilder. copy(ActionRow actionRow)Copy an action row into this action row builder's values. -
Uses of ActionRow in org.javacord.api.entity.message.component.internal
Methods in org.javacord.api.entity.message.component.internal that return ActionRow Modifier and Type Method Description ActionRowActionRowBuilderDelegate. build()Creates anActionRowinstance with the given values.Methods in org.javacord.api.entity.message.component.internal with parameters of type ActionRow Modifier and Type Method Description voidActionRowBuilderDelegate. copy(ActionRow actionRow)Copy an action row's values into the builder.
-