Interface RoleChangePositionEvent

    • Method Detail

      • getNewPosition

        int getNewPosition()
        Gets the new real position of the role.
        Returns:
        The new real position of the role.
      • getOldPosition

        int getOldPosition()
        Gets the old real position of the role.
        Returns:
        The old real position of the role.
      • getNewRawPosition

        int getNewRawPosition()
        Gets the new raw position of the role.
        Returns:
        The new raw position of the role.
      • getOldRawPosition

        int getOldRawPosition()
        Gets the old raw position of the role.
        Returns:
        The old raw position of the role.