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