Uses of Interface
org.javacord.api.event.channel.server.thread.ServerThreadChannelChangeInvitableEvent
-
Packages that use ServerThreadChannelChangeInvitableEvent Package Description org.javacord.api.listener.server.thread -
-
Uses of ServerThreadChannelChangeInvitableEvent in org.javacord.api.listener.server.thread
Methods in org.javacord.api.listener.server.thread with parameters of type ServerThreadChannelChangeInvitableEvent Modifier and Type Method Description voidServerThreadChannelChangeInvitableListener. onServerThreadChannelChangeInvitable(ServerThreadChannelChangeInvitableEvent event)This method is called every time a server thread channel changes its invitable state.
-