Interface RoleChangeMentionableEvent
-
- All Superinterfaces:
Event,RoleEvent,ServerEvent
public interface RoleChangeMentionableEvent extends RoleEvent
A role change mentionable event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetNewMentionableFlag()Gets the new mentionable flag of the role.booleangetOldMentionableFlag()Gets the old mentionable flag of the role.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-
-
-
Method Detail
-
getOldMentionableFlag
boolean getOldMentionableFlag()
Gets the old mentionable flag of the role.- Returns:
- The old mentionable flag of the role.
-
getNewMentionableFlag
boolean getNewMentionableFlag()
Gets the new mentionable flag of the role.- Returns:
- The new mentionable flag of the role.
-
-