Class RoleUpdateColorEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.role.GenericRoleEvent
net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent<Integer>
net.dv8tion.jda.api.events.role.update.RoleUpdateColorEvent
- All Implemented Interfaces:
GenericEvent, UpdateEvent<Role,Integer>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe new colorintThe raw rgb value of the new colorThe new valueThe old colorintThe raw rgb value of the old colorThe 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
-
RoleUpdateColorEvent
-
-
Method Details
-
getOldColor
-
getOldColorRaw
public int getOldColorRaw()The raw rgb value of the old color- Returns:
- The raw rgb value of the old color
-
getNewColor
-
getNewColorRaw
public int getNewColorRaw()The raw rgb value of the new color- Returns:
- The raw rgb value of the new color
-
getOldValue
Description copied from interface:UpdateEventThe old value- Specified by:
getOldValuein interfaceUpdateEvent<Role,Integer> - Overrides:
getOldValuein classGenericRoleUpdateEvent<Integer>- Returns:
- The old value
-
getNewValue
Description copied from interface:UpdateEventThe new value- Specified by:
getNewValuein interfaceUpdateEvent<Role,Integer> - Overrides:
getNewValuein classGenericRoleUpdateEvent<Integer>- Returns:
- The new value
-