Class RoleUpdateMentionableEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.role.GenericRoleEvent
net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent<Boolean>
net.dv8tion.jda.api.events.role.update.RoleUpdateMentionableEvent
- All Implemented Interfaces:
GenericEvent,UpdateEvent<Role,Boolean>
Indicates that a
Role updated its mentionable state.
Can be used to retrieve the old mentionable state.
Identifier: mentionable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRoleUpdateMentionableEvent(JDA api, long responseNumber, Role role, boolean wasMentionable) -
Method Summary
Modifier and TypeMethodDescriptionThe new valueThe old valuebooleanWhether the role was mentionableMethods inherited from class net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent
getEntity, getPropertyIdentifierMethods inherited from class net.dv8tion.jda.api.events.role.GenericRoleEvent
getGuild, getRoleMethods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getRawData, getResponseNumberMethods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
RoleUpdateMentionableEvent
-
-
Method Details
-
wasMentionable
public boolean wasMentionable()Whether the role was mentionable- Returns:
- True, if this role was mentionable before this update
-
getOldValue
Description copied from interface:UpdateEventThe old value- Specified by:
getOldValuein interfaceUpdateEvent<Role,Boolean> - Overrides:
getOldValuein classGenericRoleUpdateEvent<Boolean>- Returns:
- The old value
-
getNewValue
Description copied from interface:UpdateEventThe new value- Specified by:
getNewValuein interfaceUpdateEvent<Role,Boolean> - Overrides:
getNewValuein classGenericRoleUpdateEvent<Boolean>- Returns:
- The new value
-