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 InteractiveMenuInteractiveMenu. createAsyncPaginated(AtomicInteger currentPage, PaginationControls controls, IntFunction<reactor.core.publisher.Mono<UniversalMessageSpec>> asyncPaginator)Creates a new InteractiveMenu prefilled with menu items useful for pagination.static InteractiveMenuInteractiveMenu. createPaginated(AtomicInteger currentPage, PaginationControls controls, IntFunction<UniversalMessageSpec> paginator)Creates a new InteractiveMenu prefilled with menu items useful for pagination.