Interface ServerTextChannelEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,TextChannelEvent
- All Known Subinterfaces:
ServerTextChannelChangeDefaultAutoArchiveDurationEvent,ServerTextChannelChangeSlowmodeEvent,ServerTextChannelChangeTopicEvent,WebhooksUpdateEvent
public interface ServerTextChannelEvent extends ServerChannelEvent, TextChannelEvent
A server text channel event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerTextChannelgetChannel()Gets the channel of the event.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.TextChannelEvent
getPrivateChannel, getServerTextChannel, getServerThreadChannel
-
-
-
-
Method Detail
-
getChannel
ServerTextChannel getChannel()
Description copied from interface:ChannelEventGets the channel of the event.- Specified by:
getChannelin interfaceChannelEvent- Specified by:
getChannelin interfaceServerChannelEvent- Specified by:
getChannelin interfaceTextChannelEvent- Returns:
- The channel of the event.
-
-