Class RoleUpdateMentionableEvent
- java.lang.Object
-
- net.dv8tion.jda.core.events.Event
-
- net.dv8tion.jda.core.events.role.GenericRoleEvent
-
- net.dv8tion.jda.core.events.role.update.GenericRoleUpdateEvent<java.lang.Boolean>
-
- net.dv8tion.jda.core.events.role.update.RoleUpdateMentionableEvent
-
- All Implemented Interfaces:
UpdateEvent<Role,java.lang.Boolean>
public class RoleUpdateMentionableEvent extends GenericRoleUpdateEvent<java.lang.Boolean>
Indicates that aRole
updated its mentionable state.Can be used to retrieve the old mentionable state.
Identifier:
mentionable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDENTIFIER
-
Constructor Summary
Constructors Constructor Description RoleUpdateMentionableEvent(JDA api, long responseNumber, Role role, boolean wasMentionable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
wasMentionable()
Whether the role was mentionable-
Methods inherited from class net.dv8tion.jda.core.events.role.update.GenericRoleUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.core.events.role.GenericRoleEvent
getGuild, getRole
-
Methods inherited from class net.dv8tion.jda.core.events.Event
getJDA, getResponseNumber
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.dv8tion.jda.core.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-