Uses of Class
com.github.ygimenez.model.helper.PaginateHelper
Packages that use PaginateHelper
-
Uses of PaginateHelper in com.github.ygimenez.method
Methods in com.github.ygimenez.method with parameters of type PaginateHelperModifier and TypeMethodDescriptionstatic ActionReferencePages.paginate(net.dv8tion.jda.api.entities.Message msg, PaginateHelper helper)Adds navigation buttons to the specifiedMessage/MessageEmbedwhich will navigate through a givenListof pages. -
Uses of PaginateHelper in com.github.ygimenez.model.helper
Methods in com.github.ygimenez.model.helper that return PaginateHelperModifier and TypeMethodDescriptionAdds a new page to the list.PaginateHelper.setFastForward(boolean fastForward)Set whether to includeEmote.GOTO_FIRSTandEmote.GOTO_LASTbuttons for quick navigation through the pages.PaginateHelper.setSkipAmount(int skipAmount)Set the amount of pages to be skipped on pressingEmote.SKIP_BACKWARDorEmote.SKIP_FORWARD.