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>
public class RoleUpdateIconEvent extends GenericRoleUpdateEvent<RoleIcon>
Indicates that the Icon of aRole
changed.Can be used to detect when a role's icon or emoji changes and retrieve the old one
Identifier:
icon
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDENTIFIER
-
Constructor Summary
Constructors Constructor Description RoleUpdateIconEvent(JDA api, long responseNumber, Role role, RoleIcon oldIcon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleIcon
getNewIcon()
The new iconRoleIcon
getOldIcon()
The old icon-
Methods inherited from class net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.api.events.role.GenericRoleEvent
getGuild, getRole
-
Methods inherited from class net.dv8tion.jda.api.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.api.events.GenericEvent
getJDA, getResponseNumber
-
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-