Class RoleUpdateColorsEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.role.GenericRoleEvent
net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent<RoleColors>
net.dv8tion.jda.api.events.role.update.RoleUpdateColorsEvent
- All Implemented Interfaces:
GenericEvent, UpdateEvent<Role, RoleColors>
Indicates that a
Role updated its colors.
Can be used to retrieve the old colors.
Identifier: colors
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRoleUpdateColorsEvent(JDA api, long responseNumber, Role role, RoleColors previous) -
Method Summary
Modifier and TypeMethodDescriptionThe new valueThe old valueMethods inherited from class GenericRoleUpdateEvent
getEntity, getPropertyIdentifierMethods inherited from class GenericRoleEvent
getGuild, getRoleMethods inherited from class Event
getJDA, getRawData, getResponseNumber, toStringMethods inherited from interface GenericEvent
getJDA, getRawData, getResponseNumberMethods inherited from interface UpdateEvent
getEntityType
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
RoleUpdateColorsEvent
public RoleUpdateColorsEvent(@Nonnull JDA api, long responseNumber, @Nonnull Role role, @Nullable RoleColors previous)
-
-
Method Details
-
getOldValue
Description copied from interface:UpdateEventThe old value- Specified by:
getOldValuein interfaceUpdateEvent<Role, RoleColors>- Overrides:
getOldValuein classGenericRoleUpdateEvent<RoleColors>- Returns:
- The old value
-
getNewValue
Description copied from interface:UpdateEventThe new value- Specified by:
getNewValuein interfaceUpdateEvent<Role, RoleColors>- Overrides:
getNewValuein classGenericRoleUpdateEvent<RoleColors>- Returns:
- The new value
-