Class RoleUpdatePositionEvent

All Implemented Interfaces:
GenericEvent, UpdateEvent<Role,Integer>

public class RoleUpdatePositionEvent extends GenericRoleUpdateEvent<Integer>
Indicates that a Role updated its position.

Can be used to retrieve the old position.

Identifier: position

  • Field Details

  • Constructor Details

    • RoleUpdatePositionEvent

      public RoleUpdatePositionEvent(@Nonnull JDA api, long responseNumber, @Nonnull Role role, int oldPosition, int oldPositionRaw)
  • Method Details