Class RoleUpdatePositionEvent
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.RoleUpdatePositionEvent
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<Role,
Integer>
Indicates that a
Role
updated its position.
Can be used to retrieve the old position.
Identifier: position
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRoleUpdatePositionEvent
(JDA api, long responseNumber, Role role, int oldPosition, int oldPositionRaw) -
Method Summary
Modifier and TypeMethodDescriptionint
The new positionint
The new positionThe new valueint
The old positionint
The old positionThe old valueMethods inherited from class net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent
getEntity, getPropertyIdentifier
Methods inherited from class net.dv8tion.jda.api.events.role.GenericRoleEvent
getGuild, getRole
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
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, getRawData, getResponseNumber
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
RoleUpdatePositionEvent
-
-
Method Details
-
getOldPosition
public int getOldPosition()The old position- Returns:
- The old position
-
getOldPositionRaw
public int getOldPositionRaw()The old position- Returns:
- The old position
-
getNewPosition
public int getNewPosition()The new position- Returns:
- The new position
-
getNewPositionRaw
public int getNewPositionRaw()The new position- Returns:
- The new position
-
getOldValue
Description copied from interface:UpdateEvent
The old value- Specified by:
getOldValue
in interfaceUpdateEvent<Role,
Integer> - Overrides:
getOldValue
in classGenericRoleUpdateEvent<Integer>
- Returns:
- The old value
-
getNewValue
Description copied from interface:UpdateEvent
The new value- Specified by:
getNewValue
in interfaceUpdateEvent<Role,
Integer> - Overrides:
getNewValue
in classGenericRoleUpdateEvent<Integer>
- Returns:
- The new value
-