Uses of Class
com.github.ygimenez.model.helper.ButtonizeHelper
Packages that use ButtonizeHelper
-
Uses of ButtonizeHelper in com.github.ygimenez.method
Methods in com.github.ygimenez.method with parameters of type ButtonizeHelperModifier and TypeMethodDescriptionstatic ActionReferencePages.buttonize(net.dv8tion.jda.api.entities.Message msg, ButtonizeHelper helper)Adds buttons to the specifiedMessage/MessageEmbed, with each executing a specific task on click. -
Uses of ButtonizeHelper in com.github.ygimenez.model.helper
Methods in com.github.ygimenez.model.helper that return ButtonizeHelperModifier and TypeMethodDescriptionButtonizeHelper.addAction(net.dv8tion.jda.api.entities.emoji.Emoji emoji, ThrowingConsumer<ButtonWrapper> action)Adds a new button to the map.ButtonizeHelper.setOnFinalization(Consumer<net.dv8tion.jda.api.entities.Message> onFinalization)Defines an action to be executed when the event finishes, either by user action or timed finalization.