Interface RoleChangePositionEvent
-
- All Superinterfaces:
Event,RoleEvent,ServerEvent
public interface RoleChangePositionEvent extends RoleEvent
A role change position event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNewPosition()Gets the new position of the role.intgetOldPosition()Gets the old position of the role.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-