Class RoleUpdateColorEvent
- java.lang.Object
-
- net.dv8tion.jda.core.events.Event
-
- net.dv8tion.jda.core.events.role.GenericRoleEvent
-
- net.dv8tion.jda.core.events.role.update.GenericRoleUpdateEvent<java.lang.Integer>
-
- net.dv8tion.jda.core.events.role.update.RoleUpdateColorEvent
-
- All Implemented Interfaces:
UpdateEvent<Role,java.lang.Integer>
public class RoleUpdateColorEvent extends GenericRoleUpdateEvent<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDENTIFIER
-
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 java.awt.Color
getNewColor()
The new colorint
getNewColorRaw()
The raw rgb value of the new colorjava.awt.Color
getOldColor()
The old colorint
getOldColorRaw()
The raw rgb value of the old color-
Methods inherited from class net.dv8tion.jda.core.events.role.update.GenericRoleUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.core.events.role.GenericRoleEvent
getGuild, getRole
-
Methods inherited from class net.dv8tion.jda.core.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.core.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOldColor
public java.awt.Color getOldColor()
The old color- Returns:
- The old color, or null
-
getOldColorRaw
public int getOldColorRaw()
The raw rgb value of the old color- Returns:
- The raw rgb value of the old color
-
getNewColor
public java.awt.Color getNewColor()
The new color- Returns:
- The new color, or null
-
getNewColorRaw
public int getNewColorRaw()
The raw rgb value of the new color- Returns:
- The raw rgb value of the new color
-
-