Uses of Interface
com.github.ygimenez.model.ThrowingBiConsumer
Packages that use ThrowingBiConsumer
-
Uses of ThrowingBiConsumer in com.github.ygimenez.listener
Methods in com.github.ygimenez.listener that return types with arguments of type ThrowingBiConsumerModifier and TypeMethodDescriptionMap<String,ThrowingBiConsumer<net.dv8tion.jda.api.entities.User,PaginationEventWrapper>>MessageHandler.getEventMap()Retrieves the event handler map.Methods in com.github.ygimenez.listener with parameters of type ThrowingBiConsumerModifier 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.