Interface ServerThreadChannelChangeInvitableEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerThreadChannelEvent
public interface ServerThreadChannelChangeInvitableEvent extends ServerThreadChannelEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisInvitable()Gets the new invitable state of the thread.booleanwasInvitable()Gets the old invitable state of the thread.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.thread.ServerThreadChannelEvent
getChannel
-
-