Interface ServerVoiceChannelChangeNsfwEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerVoiceChannelEvent,VoiceChannelEvent
public interface ServerVoiceChannelChangeNsfwEvent extends ServerVoiceChannelEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNsfw()Gets the new nsfw flag of the channel.booleanwasNsfw()Gets the old nsfw flag of the channel.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelEvent
getChannel
-
-