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>
public class RoleUpdateColorEvent extends GenericRoleUpdateEvent<Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description RoleUpdateColorEvent(JDA api, long responseNumber, Role role, int oldColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetNewColor()The new colorintgetNewColorRaw()The raw rgb value of the new colorIntegergetNewValue()The new valueColorgetOldColor()The old colorintgetOldColorRaw()The raw rgb value of the old colorIntegergetOldValue()The old value-
Methods inherited from class net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent
getEntity, 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 String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOldColorRaw
public int getOldColorRaw()
The raw rgb value of the old color- Returns:
- The raw rgb value of the old color
-
getNewColorRaw
public int getNewColorRaw()
The raw rgb value of the new color- Returns:
- The raw rgb value of the new color
-
getOldValue
@Nonnull public Integer getOldValue()
Description copied from interface:UpdateEventThe old value- Specified by:
getOldValuein interfaceUpdateEvent<Role,Integer>- Overrides:
getOldValuein classGenericRoleUpdateEvent<Integer>- Returns:
- The old value
-
getNewValue
@Nonnull public Integer getNewValue()
Description copied from interface:UpdateEventThe new value- Specified by:
getNewValuein interfaceUpdateEvent<Role,Integer>- Overrides:
getNewValuein classGenericRoleUpdateEvent<Integer>- Returns:
- The new value
-
-