Uses of Class
org.javacord.api.entity.message.component.ActionRowBuilder
-
Packages that use ActionRowBuilder Package Description org.javacord.api.entity.message.component -
-
Uses of ActionRowBuilder in org.javacord.api.entity.message.component
Methods in org.javacord.api.entity.message.component that return ActionRowBuilder Modifier and Type Method Description ActionRowBuilderActionRowBuilder. addComponents(java.util.List<LowLevelComponent> components)Add a list containing low-level components builders.ActionRowBuilderActionRowBuilder. addComponents(LowLevelComponent... components)Add multiple low-level component builders.ActionRowBuilderActionRowBuilder. copy(ActionRow actionRow)Copy an action row into this action row builder's values.ActionRowBuilderButtonBuilder. inActionRow()Add this button to a new action row and return the new action row.ActionRowBuilderActionRowBuilder. removeComponent(int index)Remove a low-level component from the ActionRow.ActionRowBuilderActionRowBuilder. removeComponent(java.lang.String customId)Remove a low-level component from the ActionRow.ActionRowBuilderActionRowBuilder. removeComponent(LowLevelComponent component)Remove a low-level component from the ActionRow.
-