Class RoleUpdateIconEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.role.GenericRoleEvent
net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent<RoleIcon>
net.dv8tion.jda.api.events.role.update.RoleUpdateIconEvent
- All Implemented Interfaces:
GenericEvent,UpdateEvent<Role,RoleIcon>
Indicates that the Icon of a
Role changed.
Can be used to detect when a role's icon or emoji changes and retrieve the old one
Identifier: icon
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRoleUpdateIconEvent(JDA api, long responseNumber, Role role, RoleIcon oldIcon) -
Method Summary
Modifier and TypeMethodDescriptionThe new iconThe old iconMethods inherited from class net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent
getEntity, getNewValue, getOldValue, 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
-
RoleUpdateIconEvent
-
-
Method Details
-
getOldIcon
The old icon- Returns:
- The old icon
-
getNewIcon
The new icon- Returns:
- The new icon
-