Uses of Class
com.github.ygimenez.model.PaginationEventWrapper
Packages that use PaginationEventWrapper
-
Uses of PaginationEventWrapper in com.github.ygimenez.listener
Methods in com.github.ygimenez.listener that return types with arguments of type PaginationEventWrapperModifier and TypeMethodDescriptionMap<String,ThrowingBiConsumer<net.dv8tion.jda.api.entities.User,PaginationEventWrapper>>MessageHandler.getEventMap()Retrieves the event handler map.Method parameters in com.github.ygimenez.listener with type arguments of type PaginationEventWrapperModifier and TypeMethodDescriptionMessageHandler.addEvent(net.dv8tion.jda.api.entities.Message msg, ThrowingBiConsumer<net.dv8tion.jda.api.entities.User,PaginationEventWrapper> act)Adds an event to the handler, which will be executed whenever a button with the same ID is pressed.