Uses of Interface
org.javacord.api.event.interaction.InteractionCreateEvent
-
Packages that use InteractionCreateEvent Package Description org.javacord.api.listener.interaction -
-
Uses of InteractionCreateEvent in org.javacord.api.listener.interaction
Methods in org.javacord.api.listener.interaction with parameters of type InteractionCreateEvent Modifier and Type Method Description voidInteractionCreateListener. onInteractionCreate(InteractionCreateEvent event)This method is called every time an interaction is created.
-