Uses of Class
com.github.alex1304.ultimategdbot.api.utils.UniversalMessageSpec
Package | Description |
---|---|
com.github.alex1304.ultimategdbot.api.utils.menu |
-
Uses of UniversalMessageSpec in com.github.alex1304.ultimategdbot.api.utils.menu
Method parameters in com.github.alex1304.ultimategdbot.api.utils.menu with type arguments of type UniversalMessageSpec Modifier and Type Method Description static InteractiveMenu
InteractiveMenu. createAsyncPaginated(AtomicInteger currentPage, PaginationControls controls, IntFunction<reactor.core.publisher.Mono<UniversalMessageSpec>> asyncPaginator)
Creates a new InteractiveMenu prefilled with menu items useful for pagination.static InteractiveMenu
InteractiveMenu. createPaginated(AtomicInteger currentPage, PaginationControls controls, IntFunction<UniversalMessageSpec> paginator)
Creates a new InteractiveMenu prefilled with menu items useful for pagination.