Uses of Interface
org.javacord.api.event.server.ServerChangeModeratorsOnlyChannelEvent
-
Packages that use ServerChangeModeratorsOnlyChannelEvent Package Description org.javacord.api.listener.server -
-
Uses of ServerChangeModeratorsOnlyChannelEvent in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server with parameters of type ServerChangeModeratorsOnlyChannelEvent Modifier and Type Method Description voidServerChangeModeratorsOnlyChannelListener. onServerChangeModeratorsOnlyChannel(ServerChangeModeratorsOnlyChannelEvent event)This method is called every time a server's moderators-only channel changed.
-